File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2626 - uses : actions/setup-node@v5
2727 with :
2828 node-version : lts/*
29- cache : pnpm
3029
3130 - name : Install dependencies
3231 run : pnpm install
You can’t perform that action at this time.
0 commit comments