Skip to content

Commit

Permalink
fixup! fix(ci): adapt workflow to use correct npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc committed Dec 17, 2024
1 parent 7279610 commit 41a1ef3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ jobs:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: '18'
node-version: '20'

# [email protected] drops support for Node.js v18
- run: npm install -g npm@<11.0.0
- run: npm install -g npm@latest

- name: Bootstrap
run: npm ci
Expand Down

0 comments on commit 41a1ef3

Please sign in to comment.