We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761d63 commit 766ff52Copy full SHA for 766ff52
1 file changed
.github/workflows/publish.yml
@@ -29,15 +29,12 @@ jobs:
29
with:
30
token: ${{ secrets.PAT_TOKEN }}
31
32
- - name: Setup Node.js and npm for Trusted Publishing
+ - name: Setup Node.js for Trusted Publishing
33
uses: actions/setup-node@v4
34
35
- node-version: '22'
+ node-version: '23'
36
registry-url: 'https://registry.npmjs.org'
37
38
- - name: Install npm 11+ for OIDC Trusted Publishing
39
- run: corepack install -g npm@latest
40
-
41
- name: Determine branch
42
id: branch
43
run: |
0 commit comments