Skip to content

Commit 4b5578b

Browse files
committed
chore: remove unnecessary option
This is now automatically handled in actions/setup-node@v5
1 parent d221b28 commit 4b5578b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3535
with:
3636
node-version-file: .nvmrc
37-
cache: pnpm
3837

3938
- name: Install dependencies
4039
run: pnpm install --frozen-lockfile
@@ -54,7 +53,6 @@ jobs:
5453
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5554
with:
5655
node-version-file: .nvmrc
57-
cache: pnpm
5856

5957
- name: Install dependencies
6058
run: pnpm install --frozen-lockfile
@@ -77,7 +75,6 @@ jobs:
7775
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7876
with:
7977
node-version-file: .nvmrc
80-
cache: pnpm
8178

8279
- name: Install dependencies
8380
run: pnpm install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3232
with:
3333
node-version-file: .nvmrc
34-
cache: pnpm
3534

3635
- name: Install dependencies
3736
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)