File tree Expand file tree Collapse file tree 2 files changed +373
-351
lines changed Expand file tree Collapse file tree 2 files changed +373
-351
lines changed Original file line number Diff line number Diff line change 1616 - name : Install pnpm
1717 uses : pnpm/action-setup@v2
1818 with :
19- version : 7
19+ version : 8
2020 - name : Install Node.js
2121 uses : actions/setup-node@v3
2222 with :
@@ -33,15 +33,14 @@ jobs:
3333 node-version :
3434 - 18
3535 - 16
36- - 14
3736 name : Node.js ${{ matrix.node-version }} Quick
3837 steps :
3938 - name : Checkout the repository
4039 uses : actions/checkout@v3
4140 - name : Install pnpm
4241 uses : pnpm/action-setup@v2
4342 with :
44- version : 7
43+ version : 8
4544 - name : Install Node.js ${{ matrix.node-version }}
4645 uses : actions/setup-node@v3
4746 with :
5655 strategy :
5756 matrix :
5857 node-version :
58+ - 14
5959 - 12
6060 - 10
6161 name : Node.js ${{ matrix.node-version }} Quick
7373 with :
7474 node-version : ${{ matrix.node-version }}
7575 - name : Install dependencies
76- run : pnpm install --frozen-lockfile --ignore-scripts
76+ run : pnpm install --no- frozen-lockfile --ignore-scripts
7777 - name : Run unit tests
7878 run : pnpm unit
You can’t perform that action at this time.
0 commit comments