Skip to content

Commit

Permalink
Update .github/workflows/nodejs.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
JoviDeCroock and rschristian authored Jul 19, 2022
1 parent 455c8c4 commit e17611c
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 @@ -33,6 +33,6 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
- run: npm ci --ignore-scripts
- name: npm build and test
run: npm test

0 comments on commit e17611c

Please sign in to comment.