mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Node 22 ships npm 10.x but OIDC trusted publishing needs npm 11.5.1+.
Node 24 ships with a compatible npm version natively. Setting registry-url generates a .npmrc file which breaks the OIDC flow
This commit is contained in:
parent
3efb536369
commit
6c08bb8c76
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
|
@ -18,8 +18,6 @@ jobs:
|
|||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- run: npm install -g npm@latest
|
||||
- run: npm ci
|
||||
env:
|
||||
HUSKY_SKIP_INSTALL: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue