File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 - name : Install pnpm
1414 uses : pnpm/action-setup@v2
1515 with :
16- version : 8
16+ version : 9
1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 16
20+ node-version : 18
2121 cache : ' pnpm'
2222 - name : Install dependencies
2323 run : pnpm install
@@ -35,11 +35,11 @@ jobs:
3535 - name : Install pnpm
3636 uses : pnpm/action-setup@v2
3737 with :
38- version : 8
38+ version : 9
3939 - name : Install Node.js
4040 uses : actions/setup-node@v4
4141 with :
42- node-version : 16
42+ node-version : 18
4343 cache : ' pnpm'
4444 - name : Install dependencies
4545 run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 - name : Install pnpm
1313 uses : pnpm/action-setup@v2
1414 with :
15- version : 8
15+ version : 9
1616 - name : Install Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 16
19+ node-version : 18
2020 cache : ' pnpm'
2121 - name : Install dependencies
2222 run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 - name : Install pnpm
1313 uses : pnpm/action-setup@v2
1414 with :
15- version : 8
15+ version : 9
1616 - name : Install Node.js
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 16
19+ node-version : 18
2020 cache : ' pnpm'
2121 registry-url : ' https://registry.npmjs.org'
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 - name : Install pnpm
1414 uses : pnpm/action-setup@v2
1515 with :
16- version : 8
16+ version : 9
1717 - name : Install Node.js
1818 uses : actions/setup-node@v4
1919 with :
You can’t perform that action at this time.
0 commit comments