Skip to content

Commit 3b7677e

Browse files
committed
fix workflows
1 parent d1eb52c commit 3b7677e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
18-
cache: 'pnpm'
1918
- run: corepack enable
2019
- run: pnpm install --frozen-lockfile
2120
- run: pnpm build # Build TypeScript files

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
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'
2120
- run: corepack enable
2221
- run: pnpm install --frozen-lockfile
2322
- run: pnpm build # Build TypeScript files

0 commit comments

Comments
 (0)