Skip to content

Commit

Permalink
build: Install without package-lock.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Jul 4, 2024
1 parent c7da1f1 commit 37d7d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm c
- run: npm i
- run: npm run build --if-present
- run: npm test

0 comments on commit 37d7d0a

Please sign in to comment.