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 f6d8f02 commit 3fde994Copy full SHA for 3fde994
.github/workflows/node.js.yml
@@ -18,6 +18,7 @@ jobs:
18
with:
19
node-version: 20.6
20
cache: 'npm'
21
+ - run: ls
22
- run: npm ci
23
working-directory: example
- - run: npm test
24
+ - run: npm test
0 commit comments