Skip to content

Commit

Permalink
updating npm install in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nate W <[email protected]>
  • Loading branch information
nate-double-u committed Aug 22, 2024
1 parent e5003e4 commit 0b0d3ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
cache: npm
cache-dependency-path: tmp/package-ci.json

- run: npm install --omit=optional
- run: npm run log:check:links
- run: |
npm install --omit=optional
npm run log:check:links
continue-on-error: true
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0b0d3ea

Please sign in to comment.