Skip to content

Commit ed38787

Browse files
committed
fix workflows
1 parent d1eb52c commit ed38787

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
cache: 'pnpm'
19-
- run: corepack enable
18+
- run: npm install -g pnpm@8
2019
- run: pnpm install --frozen-lockfile
2120
- run: pnpm build # Build TypeScript files
2221
- run: pnpm publish --provenance --access public

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
with:
1818
node-version: '20.x'
1919
registry-url: 'https://registry.npmjs.org'
20-
cache: 'pnpm'
21-
- run: corepack enable
20+
- run: npm install -g pnpm@8
2221
- run: pnpm install --frozen-lockfile
2322
- run: pnpm build # Build TypeScript files

0 commit comments

Comments
 (0)