There was an error while loading. Please reload this page.
1 parent b29ef03 commit 8cfd582Copy full SHA for 8cfd582
1 file changed
.github/workflows/publish-lib.yml
@@ -18,11 +18,11 @@ jobs:
18
- name: "Setup Node.js"
19
uses: actions/setup-node@v6
20
with:
21
- node-version: 22
+ node-version: 24
22
registry-url: https://registry.npmjs.org
23
+ - name: "Update to latest npm to use OIDC"
24
+ run: npm install -g npm@latest
25
- name: "Install dependencies"
26
run: pnpm install
27
- name: Publish
28
run: pnpm publish --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments