Skip to content

Commit dca970e

Browse files
committed
chore: Let's try it with npm v24
1 parent f92064b commit dca970e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: '24'
2222
registry-url: 'https://registry.npmjs.org'
2323

24-
- run: npm install -g npm@^11.5.1
25-
2624
- name: Cache dependencies
2725
uses: actions/cache@v4
2826
with:

0 commit comments

Comments
 (0)