File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,12 @@ jobs:
100
100
vite : ' rolldown-vite'
101
101
svelte : ' current'
102
102
steps :
103
+ - uses : actions/checkout@v5
103
104
- uses : actions/checkout@v5
104
105
- uses : actions/setup-node@v5
105
106
with :
106
107
node-version : ${{ matrix.node }}
108
+ package-manager-cache : false # pnpm is not installed yet
107
109
- name : install pnpm
108
110
shell : bash
109
111
run : |
@@ -113,8 +115,7 @@ jobs:
113
115
- uses : actions/setup-node@v5
114
116
with :
115
117
node-version : ${{ matrix.node }}
116
- cache : ' pnpm'
117
- cache-dependency-path : ' **/pnpm-lock.yaml'
118
+ package-manager-cache : true # caches pnpm via packageManager field in package.json
118
119
- name : install
119
120
run : pnpm install --frozen-lockfile --ignore-scripts
120
121
- name : downgrade vite to baseline
You can’t perform that action at this time.
0 commit comments