Skip to content

Commit

Permalink
github ci: run npm ci to enforce lockfile consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 28, 2024
1 parent 73e1739 commit 911b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm ci
- name: Build and run tests
run: |
npm run build --if-present
Expand Down

0 comments on commit 911b3e5

Please sign in to comment.