Skip to content

Commit

Permalink
Build: Pin Node 22.x to 22.4 to unbreak CI due to Node 22.5 regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 18, 2024
1 parent 6440fcf commit 9992fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:

- name: "Linux: Node 22"
os: ubuntu-24.04
node: 22.x
# Pinned because of https://github.com/npm/cli/issues/7657
node: 22.4
script: npm run test

- name: "Demos"
Expand Down

0 comments on commit 9992fa4

Please sign in to comment.