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 1b81a3c commit 4e93663Copy full SHA for 4e93663
1 file changed
.github/workflows/test.yml
@@ -34,6 +34,6 @@ jobs:
34
case "${{ matrix.node }}" in "20"|"22"|"24")
35
npm test
36
;;*)
37
- npm test:node-lt-20
+ npm run test:node-lt-20
38
;;
39
esac
0 commit comments