File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments