Skip to content

Commit 3fde994

Browse files
authored
Debug
1 parent f6d8f02 commit 3fde994

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
node-version: 20.6
2020
cache: 'npm'
21+
- run: ls
2122
- run: npm ci
2223
working-directory: example
23-
- run: npm test
24+
- run: npm test

0 commit comments

Comments
 (0)