Skip to content

Commit 7da6d10

Browse files
authored
Update nodejs.yml
1 parent 18ee8da commit 7da6d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: ${{ matrix.node-version }}
1515
- name: npm install, build, and test
1616
run: |
17-
npm ci
17+
# npm ci
1818
npm run build --if-present
1919
npm test
2020
env:

0 commit comments

Comments
 (0)