Skip to content

Commit a3c93f4

Browse files
author
Artem
authored
Fix publishing workflow (pt. 2)
1 parent b7b6dab commit a3c93f4

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@
33

44
name: Node.js Package
55

6-
permissions:
7-
id-token: write
8-
contents: read
9-
106
on:
117
release:
128
types: [created]
139

1410
jobs:
1511
publish-npm:
12+
permissions:
13+
id-token: write
14+
contents: read
1615
runs-on: ubuntu-latest
1716
steps:
18-
- uses: actions/checkout@v4
19-
- uses: actions/setup-node@v4
17+
- uses: actions/checkout@v5
18+
- uses: actions/setup-node@v5
2019
with:
21-
node-version: 22
20+
node-version: 24
2221
registry-url: https://registry.npmjs.org/
2322
- name: Build package.
2423
run: npm run build

0 commit comments

Comments
 (0)