Skip to content

Commit 92e6e56

Browse files
committed
ci: usage of Node.js v22
1 parent 305df38 commit 92e6e56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup Node.js"
1616
uses: "actions/[email protected]"
1717
with:
18-
node-version: "lts/*"
18+
node-version: "22.x"
1919
cache: "npm"
2020

2121
- name: "Install dependencies"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: "Setup Node.js"
2222
uses: "actions/[email protected]"
2323
with:
24-
node-version: "lts/*"
24+
node-version: "22.x"
2525
cache: "npm"
2626

2727
- name: "Install dependencies"

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup Node.js"
1616
uses: "actions/[email protected]"
1717
with:
18-
node-version: "lts/*"
18+
node-version: "22.x"
1919
cache: "npm"
2020

2121
- name: "Install dependencies"

0 commit comments

Comments
 (0)