Skip to content

Commit

Permalink
Add "--no-package-lock" option to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-duttke committed Aug 11, 2023
1 parent 21cc704 commit 99c7ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure-nodejs-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --only=prod
- run: npm install --no-package-lock
- run: npm test

0 comments on commit 99c7ee8

Please sign in to comment.