Skip to content

Commit 766ff52

Browse files
committed
feat(saxon): trigger publish
1 parent a761d63 commit 766ff52

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ jobs:
2929
with:
3030
token: ${{ secrets.PAT_TOKEN }}
3131

32-
- name: Setup Node.js and npm for Trusted Publishing
32+
- name: Setup Node.js for Trusted Publishing
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '22'
35+
node-version: '23'
3636
registry-url: 'https://registry.npmjs.org'
3737

38-
- name: Install npm 11+ for OIDC Trusted Publishing
39-
run: corepack install -g npm@latest
40-
4138
- name: Determine branch
4239
id: branch
4340
run: |

0 commit comments

Comments
 (0)