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 aabc68f commit 7279610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
node-version: '18'

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

- name: Bootstrap
run: npm ci
Expand Down

0 comments on commit 7279610

Please sign in to comment.