Skip to content

Commit 1874fa6

Browse files
committed
Revert "Pin Node.js to 24.14.1"
This reverts commit 155d7c2.
1 parent 5722f3a commit 1874fa6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js
4646
uses: actions/setup-node@v6
4747
with:
48-
node-version: '24.14.1'
48+
node-version: '24'
4949

5050
- name: Install Corepack
5151
run: npm install -g corepack
@@ -91,7 +91,7 @@ jobs:
9191
- name: Use Node.js
9292
uses: actions/setup-node@v6
9393
with:
94-
node-version: '24.14.1'
94+
node-version: '24'
9595

9696
- name: Install Corepack
9797
run: npm install -g corepack

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Use Node.js
3333
uses: actions/setup-node@v6
3434
with:
35-
node-version: '24.14.1'
35+
node-version: '24'
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Install Corepack

0 commit comments

Comments
 (0)