We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d004ca commit b81cfe6Copy full SHA for b81cfe6
1 file changed
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
- uses: actions/setup-node@v5
23
with:
24
node-version: 22
25
+ registry-url: https://registry.npmjs.org
26
- run: yarn --pure-lockfile --ignore-engines
27
- uses: changesets/action@v1
28
0 commit comments