File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 name : Node.js ${{ matrix.node-version }} Quick
6161 steps :
7272 with :
7373 node-version : ${{ matrix.node-version }}
7474 - name : Install dependencies
75- run : pnpm install --frozen-lockfile --ignore-scripts
75+ run : pnpm install --no- frozen-lockfile --ignore-scripts
7676 - name : Run unit tests
7777 run : pnpm unit
You can’t perform that action at this time.
0 commit comments