Skip to content

Commit e7d2262

Browse files
committed
Bump CI actions to v5 and Node 22 in publish workflow
actions/checkout@v4 -> @v5, actions/setup-node@v4 -> @v5 (Node 24 runtime), node-version 20 -> 22 to clear the Node 20 deprecation warning.
1 parent c2d8cec commit e7d2262

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@v4
35+
uses: actions/setup-node@v5
3636
with:
37-
node-version: 20
37+
node-version: 22
3838
registry-url: https://registry.npmjs.org
3939

4040
- name: Install dependencies

0 commit comments

Comments
 (0)