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 6c3517d commit 9351992Copy full SHA for 9351992
1 file changed
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/setup-node@v4
26
with:
27
node-version: 24
28
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
29
cache: "pnpm"
30
- name: Install and test
31
run: pnpm install-test --frozen-lockfile
0 commit comments