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 51f422c commit 4a79961Copy full SHA for 4a79961
1 file changed
.github/workflows/release.yml
@@ -70,9 +70,10 @@ jobs:
70
- uses: pnpm/action-setup@v4
71
- uses: actions/setup-node@v4
72
with:
73
- node-version: 20
+ node-version: 22
74
cache: pnpm
75
registry-url: "https://registry.npmjs.org"
76
+ - run: npm --version
77
- run: pnpm install --frozen-lockfile
78
- run: pnpm build
79
- run: cd dist && npm publish --provenance --access public
0 commit comments