Skip to content

Commit 50d3a21

Browse files
add node 22 to CI (#412)
1 parent d05459d commit 50d3a21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16.x'
15+
node-version: '22.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm install snyk --legacy-peer-deps
1818
- run: npm run snyk:auth ${{ secrets.SNYK_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
linux-tests:
1010
strategy:
1111
matrix:
12-
node: [16, 18, 20]
12+
node: [16, 18, 20, 22]
1313
fail-fast: false
1414
runs-on: ubuntu-latest
1515
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
22

0 commit comments

Comments
 (0)