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 @@ -15,14 +15,14 @@ jobs:
1515 - name : Install pnpm
1616 uses : pnpm/action-setup@v4
1717 with :
18- version : 10
18+ version : 8
1919 - name : Use Node.js ${{ matrix.node-version }}
2020 uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : ' pnpm'
2424 - name : Install dependencies
25- run : pnpm install
25+ run : pnpm install --frozen-lockfile
2626 - name : Run tests & coverage
2727 run : pnpm run coverage
2828 - name : Upload coverage reports to Codecov
Original file line number Diff line number Diff line change 1616 - name : Install pnpm
1717 uses : pnpm/action-setup@v4
1818 with :
19- version : 10
19+ version : 8
2020 - name : Use Node.js 20
2121 uses : actions/setup-node@v4
2222 with :
3535 - name : Install pnpm
3636 uses : pnpm/action-setup@v4
3737 with :
38- version : 10
38+ version : 8
3939 - name : Use Node.js 20
4040 uses : actions/setup-node@v4
4141 with :
You can’t perform that action at this time.
0 commit comments