File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 - name : Install Node.js
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : 22
29+ node-version : 23
3030 cache : pnpm
3131
3232 - name : Install dependencies
3939 runs-on : ubuntu-latest
4040 strategy :
4141 matrix :
42- node-version : [20, 18 ]
42+ node-version : [22, 20 ]
4343 name : Node.js ${{ matrix.node-version }} Quick
4444 steps :
4545 - name : Checkout the repository
4848 - name : Install pnpm
4949 uses : pnpm/action-setup@v4
5050 with :
51- version : 9
51+ version : 10
5252
5353 - name : Install Node.js ${{ matrix.node-version }}
5454 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2929 "./package.json" : " ./package.json"
3030 },
3131 "engines" : {
32- "node" : " ^18 .0.0 || >=20 .0.0"
32+ "node" : " ^20 .0.0 || >=22 .0.0"
3333 },
3434 "funding" : [
3535 {
You can’t perform that action at this time.
0 commit comments