Skip to content

Commit 150b51e

Browse files
authored
ci: add 22.x to node-version (#733)
1 parent c524f44 commit 150b51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [18.x, 20.x]
12+
node-version: [18.x, 20.x, 22.x]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: 20.x
35+
node-version: 22.x
3636
cache: 'npm'
3737
- run: node -v
3838
- run: npm -v

0 commit comments

Comments
 (0)