We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5da40 commit ff585bfCopy full SHA for ff585bf
.github/workflows/publish.yml
@@ -11,13 +11,12 @@ jobs:
11
permissions:
12
contents: read
13
id-token: write # required for github-oidc login
14
-
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
17
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
19
with:
20
- node-version: '20'
+ node-version: '24'
21
registry-url: 'https://registry.npmjs.org'
22
23
- name: Install & build
0 commit comments