We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ea6bc commit d5723b4Copy full SHA for d5723b4
2 files changed
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
23
with:
24
node-version-file: .nvmrc
25
+ registry-url: 'https://registry.npmjs.org'
26
27
- run: npm ci
28
# We do not create a commit with the update package version
.npmrc
0 commit comments