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 c4f6b3d commit f5dce08Copy full SHA for f5dce08
.github/workflows/release.yml
@@ -35,11 +35,10 @@ jobs:
35
uses: actions/setup-node@v5
36
with:
37
node-version: lts/*
38
- registry-url: "https://registry.npmjs.org"
+ registry-url: https://registry.npmjs.org
39
40
- name: Update npm # Need at least 11.5.1 for OIDC publishing
41
- run: |
42
- npm install -g npm@latest
+ run: npm install -g npm@latest
43
44
- name: Install Dependencies
45
run: npm install
0 commit comments