Skip to content

Commit fd30e62

Browse files
committed
fix workflows
1 parent d1eb52c commit fd30e62

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/push-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
cache: 'pnpm'
1919
- run: corepack enable
20+
- run: corepack prepare pnpm@latest --activate
2021
- run: pnpm install --frozen-lockfile
2122
- run: pnpm build # Build TypeScript files
2223
- run: pnpm publish --provenance --access public

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020
cache: 'pnpm'
2121
- run: corepack enable
22+
- run: corepack prepare pnpm@latest --activate
2223
- run: pnpm install --frozen-lockfile
2324
- run: pnpm build # Build TypeScript files

0 commit comments

Comments
 (0)