Skip to content

Commit ff585bf

Browse files
fix: update actions versions and node version in GitHub Actions workflow
1 parent af5da40 commit ff585bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
permissions:
1212
contents: read
1313
id-token: write # required for github-oidc login
14-
1514
steps:
16-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1716

18-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v6
1918
with:
20-
node-version: '20'
19+
node-version: '24'
2120
registry-url: 'https://registry.npmjs.org'
2221

2322
- name: Install & build

0 commit comments

Comments
 (0)