Skip to content

Commit 37e5895

Browse files
authored
Merge pull request #115 from github/manuelpuyol-patch-2
Upgrade Node.js and actions in publish.yml
2 parents 513edd5 + 9528404 commit 37e5895

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ jobs:
1111
contents: read
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v4
14+
- uses: actions/checkout@v6
15+
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 22
18-
registry-url: https://registry.npmjs.org/
19-
cache: npm
17+
node-version: '24'
18+
registry-url: 'https://registry.npmjs.org'
2019
- run: npm ci
2120
- run: npm run build
2221
- run: npm test

0 commit comments

Comments
 (0)