Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! fix(ci): adapt workflow to use correct npm versions
  • Loading branch information
pichlermarc committed Dec 17, 2024
commit 727961073ef2b39fbf85bb86317d917858c9d518
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
Loading