Skip to content

Commit f257654

Browse files
committed
Revert adding "cache: 'npm'" to actions/setup-node. Use nodejs 24
1 parent 6d6a714 commit f257654

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/setup-node@v6
3737
with:
38-
node-version: '22'
38+
node-version: '24'
3939
registry-url: 'https://registry.npmjs.org'
40-
cache: 'npm'
4140

4241
- name: Update npm
4342
run: npm install -g npm@latest

.github/workflows/test-compatibility.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: Set up Node.js
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: '22'
42-
cache: 'npm'
41+
node-version: '24'
4342

4443
- name: Update npm
4544
run: npm install -g npm@latest

0 commit comments

Comments
 (0)