We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 980bb46 + 50d3a21 commit 69c1be7Copy full SHA for 69c1be7
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-node@v3
14
with:
15
- node-version: '16.x'
+ node-version: '22.x'
16
registry-url: 'https://registry.npmjs.org'
17
- run: npm install snyk --legacy-peer-deps
18
- run: npm run snyk:auth ${{ secrets.SNYK_TOKEN }}
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
linux-tests:
10
strategy:
11
matrix:
- node: [16, 18, 20]
+ node: [16, 18, 20, 22]
fail-fast: false
runs-on: ubuntu-latest
steps:
.nvmrc
@@ -1 +1 @@
1
-16
+22
0 commit comments