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 ed38787Copy full SHA for ed38787
.github/workflows/push-to-npm.yml
@@ -15,8 +15,7 @@ jobs:
15
with:
16
node-version: '20.x'
17
registry-url: 'https://registry.npmjs.org'
18
- cache: 'pnpm'
19
- - run: corepack enable
+ - run: npm install -g pnpm@8
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,6 @@ jobs:
23
0 commit comments