We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb8535 commit fa670f2Copy full SHA for fa670f2
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
- run: npm install
57
- run: npm run lint
58
if:
59
- matrix.os == 'ubuntu-latest' && matrix.node == 20 && matrix.arch ==
+ matrix.os == 'ubuntu-latest' && matrix.node == 22 && matrix.arch ==
60
'x64'
61
- run: npm test
62
- run: |
0 commit comments