We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03ca6f3 + 6c8f5e8 commit d53f15aCopy full SHA for d53f15a
1 file changed
.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