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 5a3ec6f commit a7f244cCopy full SHA for a7f244c
1 file changed
.github/workflows/publish.yaml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # pin@v6.3.0
28
with:
29
node-version: '22' # matches .nvmrc
30
- registry-url: https://registry.npmjs.org/
+ registry-url: https://registry.npmjs.org
31
package-manager-cache: false # never use caching in release builds
32
33
- name: Install dependencies
0 commit comments