Skip to content

Commit e8a3627

Browse files
committed
ci(publish.yml): attempt to bump node and npm
1 parent 75de8c6 commit e8a3627

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Setup node
30-
uses: actions/setup-node@v1
30+
uses: actions/setup-node@v4
3131
with:
32-
node-version: 22
32+
node-version: 24
33+
- run: npm update -g npm
3334
- name: Install dependencies
3435
run: |
3536
npm ci

0 commit comments

Comments
 (0)