We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3edc1 commit 7e4b796Copy full SHA for 7e4b796
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v5
19
- run: corepack enable
20
- uses: actions/setup-node@v4
21
- with: { node-version: "latest", cache: "pnpm" }
+ with: { node-version: "latest", cache: "pnpm", registry-url: "https://registry.npmjs.org" }
22
- run: pnpm install
23
- run: pnpm lint
24
- run: pnpm build
0 commit comments