Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlreamy authored Jul 20, 2023
1 parent 5c0b0c3 commit 3066e28
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 @@ -28,5 +28,5 @@ jobs:
cache: 'npm'
- run: npm install --legacy-peer-deps
- run: npm ci --legacy-peer-deps
- run: npm run build --if-present
- run: npm run build --if-present --legacy-peer-deps
- run: npm test

0 comments on commit 3066e28

Please sign in to comment.