Skip to content

Commit d7ca606

Browse files
committed
fix: ci
1 parent 7f98a70 commit d7ca606

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version-file: '.nvmrc'
19-
cache: 'pnpm'
18+
node-version-file: ".nvmrc"
2019

2120
- name: Install dependencies
2221
run: pnpm install --frozen-lockfile

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version-file: ".nvmrc"
22-
cache: 'pnpm'
2322

2423
- name: Setup pnpm
2524
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)