File tree Expand file tree Collapse file tree 2 files changed +1844
-1524
lines changed
Expand file tree Collapse file tree 2 files changed +1844
-1524
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 - name : Checkout the repository
1515 uses : actions/checkout@v4
1616 - name : Install pnpm
17- uses : pnpm/action-setup@v3
17+ uses : pnpm/action-setup@v4
1818 with :
19- version : 8
19+ version : 9
2020 - name : Install Node.js
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : 21
23+ node-version : 22
2424 cache : pnpm
2525 - name : Install dependencies
2626 run : pnpm install --frozen-lockfile --ignore-scripts
@@ -33,15 +33,14 @@ jobs:
3333 node-version :
3434 - 20
3535 - 18
36- - 16
3736 name : Node.js ${{ matrix.node-version }} Quick
3837 steps :
3938 - name : Checkout the repository
4039 uses : actions/checkout@v4
4140 - name : Install pnpm
42- uses : pnpm/action-setup@v3
41+ uses : pnpm/action-setup@v4
4342 with :
44- version : 8
43+ version : 9
4544 - name : Install Node.js ${{ matrix.node-version }}
4645 uses : actions/setup-node@v4
4746 with :
5655 strategy :
5756 matrix :
5857 node-version :
58+ - 16
5959 - 14
6060 - 12
6161 - 10
You can’t perform that action at this time.
0 commit comments