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 d1eb52c commit 0df7b8eCopy full SHA for 0df7b8e
.github/workflows/push-to-npm.yml
@@ -15,8 +15,8 @@ jobs:
15
with:
16
node-version: '20.x'
17
registry-url: 'https://registry.npmjs.org'
18
- cache: 'pnpm'
19
- run: corepack enable
+ - run: corepack prepare pnpm@latest --activate
20
- run: pnpm install --frozen-lockfile
21
- run: pnpm build # Build TypeScript files
22
- run: pnpm publish --provenance --access public
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
23
0 commit comments