Skip to content

Commit 215422b

Browse files
authored
disable node caches
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 200ac38 commit 215422b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: actions/setup-node@v6
5757
with:
5858
node-version: ${{ matrix.node-version }}
59+
package-manager-cache: false # must not usecaches. we want the latest, always
5960
- name: install project
6061
run: >
6162
npm install
@@ -92,6 +93,7 @@ jobs:
9293
uses: actions/setup-node@v6
9394
with:
9495
node-version: ${{ matrix.node-version }}
96+
package-manager-cache: false # must not usecaches. we want the latest, always
9597
- name: install project
9698
run: >
9799
yarn install
@@ -132,6 +134,7 @@ jobs:
132134
uses: actions/setup-node@v6
133135
with:
134136
node-version: ${{ matrix.node-version }}
137+
package-manager-cache: false # must not usecaches. we want the latest, always
135138
- name: setup pnpm
136139
## see https://github.com/pnpm/action-setup
137140
uses: pnpm/[email protected]

0 commit comments

Comments
 (0)