Skip to content

Commit 2127f82

Browse files
authored
chore: update node version for publish action (#2794)
1 parent f1f86b9 commit 2127f82

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,11 @@ jobs:
6868
runs-on: ubuntu-latest
6969
permissions:
7070
id-token: write
71-
contents: write
72-
packages: read
71+
contents: read
7372
steps:
74-
- uses: actions/setup-node@v3
73+
- uses: actions/setup-node@v4
7574
with:
76-
node-version: '14.x'
75+
node-version: '24.x'
7776
registry-url: 'https://registry.npmjs.org'
7877
- uses: actions/checkout@v3
7978
- name: Download bundled artifacts

0 commit comments

Comments
 (0)