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 51daeec commit 2cb4b6bCopy full SHA for 2cb4b6b
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
29
with:
30
node-version: latest
31
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
32
33
- name: Update npm for trusted publishing
34
run: npm install -g npm@latest
0 commit comments