Skip to content

Commit e96d4cb

Browse files
committed
Update to latest npm
1 parent 1e6e660 commit e96d4cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828

2929
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
3030
with:
31-
node-version: 20
31+
node-version: 24
3232
registry-url: https://registry.npmjs.org/
3333

34+
- name: Install latest npm
35+
run: npm install -g npm@latest
36+
3437
- name: Install dependencies
3538
run: npm install
3639

0 commit comments

Comments
 (0)