Skip to content

Commit

Permalink
Revert "Fix Node version- see npm/cli#7672"
Browse files Browse the repository at this point in the history
This reverts commit a6287a9.
  • Loading branch information
james-pre committed Sep 16, 2024
1 parent 3544317 commit 1c3fd50
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.5.1
node-version: 22

- 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.5.1
node-version: 22
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand Down

0 comments on commit 1c3fd50

Please sign in to comment.