Skip to content

Commit

Permalink
ci: add --ignore-script on npm ci and node 21 target
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Apr 17, 2024
1 parent 9b4e339 commit d9b47d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 21.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm ci
run: npm ci --ignore-scripts

- run: npm test
env:
Expand Down

0 comments on commit d9b47d9

Please sign in to comment.