Skip to content

Commit 911b3e5

Browse files
committed
github ci: run npm ci to enforce lockfile consistency
1 parent 73e1739 commit 911b3e5

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
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node }}
20-
- run: npm install
20+
- run: npm ci
2121
- name: Build and run tests
2222
run: |
2323
npm run build --if-present

0 commit comments

Comments
 (0)