File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Node.js
2121 uses : actions/setup-node@v2
2222 with :
23- node-version : 14
23+ node-version : 16
2424 cache : ' pnpm'
2525 - name : Install dependencies
2626 run : pnpm install
4343 - name : Install Node.js
4444 uses : actions/setup-node@v2
4545 with :
46- node-version : 14
46+ node-version : 16
4747 cache : ' pnpm'
4848 - name : Install dependencies
4949 run : pnpm install
6666 - name : Install Node.js
6767 uses : actions/setup-node@v2
6868 with :
69- node-version : 14
69+ node-version : 16
7070 cache : ' pnpm'
7171 - name : Install dependencies
7272 run : pnpm install
Original file line number Diff line number Diff line change 1717 - name : Install Node.js
1818 uses : actions/setup-node@v2
1919 with :
20- node-version : 14
20+ node-version : 16
2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
Original file line number Diff line number Diff line change 1515 - name : Install Node.js
1616 uses : actions/setup-node@v2
1717 with :
18- node-version : 14
18+ node-version : 16
1919 cache : ' pnpm'
2020 registry-url : ' https://registry.npmjs.org'
2121 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments