We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437aea commit 1db0c3cCopy full SHA for 1db0c3c
.github/workflows/test.yml
@@ -34,4 +34,5 @@ jobs:
34
if [ "${{ matrix.node }}" == "22" ]; then
35
npm run test:node22
36
else
37
- npm run test
+ npm test
38
+ fi
0 commit comments