We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e867968 commit 790f527Copy full SHA for 790f527
1 file changed
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: '22.x'
16
+ registry-url: 'https://registry.npmjs.org/'
17
cache: 'yarn'
18
- run: yarn install --frozen-lockfile
19
- name: release on npm
0 commit comments