Skip to content

Commit 9720c09

Browse files
authored
Merge pull request #21 from simonrueba/feature/structured-delimiters
Fix trusted publishing: upgrade npm for OIDC support
2 parents d3cb9ef + 05f318d commit 9720c09

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version: 22
1919
registry-url: https://registry.npmjs.org
2020

21+
- name: Update npm for trusted publishing (OIDC)
22+
run: npm install -g npm@latest
23+
2124
- run: npm install
2225
- run: npm run build
2326
- run: npm test

0 commit comments

Comments
 (0)