File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929 uses : actions/checkout@v3
30303131 with :
32- version : 6.32.25
32+ version : 7.15.0
3333 run_install : false
3434 - name : Setup Node
3535 uses : actions/setup-node@v3
3636 with :
37- node-version : 16
37+ node-version : 18
3838 cache : ' pnpm'
3939 - name : Install dependencies
4040 run : pnpm install
@@ -48,12 +48,12 @@ jobs:
4848 uses : actions/checkout@v3
49495050 with :
51- version : 6.32.25
51+ version : 7.15.0
5252 run_install : false
5353 - name : Setup Node
5454 uses : actions/setup-node@v3
5555 with :
56- node-version : 16
56+ node-version : 18
5757 cache : ' pnpm'
5858 - name : Install dependencies
5959 run : pnpm install
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 uses : actions/checkout@v3
35353636 with :
37- version : 6.32.25
37+ version : 7.15.0
3838 run_install : false
3939 - name : Setup Node
4040 uses : actions/setup-node@v3
4141 with :
42- node-version : 16
42+ node-version : 18
4343 cache : ' pnpm'
4444 - name : Install dependencies
4545 run : pnpm install
@@ -91,12 +91,12 @@ jobs:
9191 uses : actions/checkout@v3
92929393 with :
94- version : 6.32.25
94+ version : 7.15.0
9595 run_install : false
9696 - name : Setup Node
9797 uses : actions/setup-node@v3
9898 with :
99- node-version : 16
99+ node-version : 18
100100 cache : ' pnpm'
101101 - name : Install dependencies
102102 run : pnpm install
You can’t perform that action at this time.
0 commit comments