Skip to content

Commit a973ee1

Browse files
Merge pull request #6 from d-i-t-a/fix/oidc-publish
Fix Trusted Publishing: Node 22, remove --provenance
2 parents 93ad507 + 6e1cd63 commit a973ee1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node (npmjs.com)
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 20
59+
node-version: 22
6060
registry-url: https://registry.npmjs.org
6161

6262
- name: Install dependencies
@@ -66,12 +66,12 @@ jobs:
6666
run: npm run build
6767

6868
- name: Publish to npmjs.com
69-
run: npm publish --tag ${{ steps.distTag.outputs.tag }} --provenance --access public
69+
run: npm publish --tag ${{ steps.distTag.outputs.tag }} --access public
7070

7171
- name: Setup Node (GitHub Packages)
7272
uses: actions/setup-node@v4
7373
with:
74-
node-version: 20
74+
node-version: 22
7575
registry-url: https://npm.pkg.github.com
7676

7777
- name: Publish to GitHub Packages

0 commit comments

Comments
 (0)