Skip to content

Commit

Permalink
Fix Node version- see npm/cli#7672
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jul 20, 2024
1 parent ade7060 commit a6287a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-single-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.5.1

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup npm authenication
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.5.1
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand Down

0 comments on commit a6287a9

Please sign in to comment.