Skip to content

Commit 1e5c67c

Browse files
authored
ci: use automatic cache for actions/setup-node (#853)
1 parent 7c3edba commit 1e5c67c

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
uses: actions/setup-node@v5
5151
with:
5252
node-version: ${{ matrix.node_version }}
53-
cache: "pnpm"
5453

5554
- name: Install deps
5655
run: pnpm install
@@ -121,7 +120,6 @@ jobs:
121120
uses: actions/setup-node@v5
122121
with:
123122
node-version: 20
124-
cache: "pnpm"
125123

126124
- name: Install deps
127125
run: pnpm install

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
node-version: 22
2626
registry-url: https://registry.npmjs.org/
27-
cache: "pnpm"
2827

2928
- name: Install deps
3029
run: pnpm install

.github/workflows/release-continuous.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/setup-node@v5
2727
with:
2828
node-version: lts/*
29-
cache: pnpm
3029

3130
- name: Install dependencies
3231
run: pnpm install

0 commit comments

Comments
 (0)