File tree Expand file tree Collapse file tree 3 files changed +2998
-1088
lines changed Expand file tree Collapse file tree 3 files changed +2998
-1088
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout the repository
13- uses : actions/checkout@v2
14- - name : Setup PNPM 9
15- 13+ uses : actions/checkout@v4
14+ - name : Setup PNPM
15+ uses : pnpm/action-setup@v4
16+ - name : Setup Node 22
17+ uses : actions/setup-node@v4
1618 with :
17- version : 9
18- - name : Setup Node 18
19- uses : actions/setup-node@v2
20- with :
21- node-version : 18
19+ node-version : 22
2220 registry-url : ' https://registry.npmjs.org/'
2321 cache : ' pnpm'
2422 - name : Install dependencies
@@ -30,15 +28,13 @@ jobs:
3028 runs-on : ubuntu-latest
3129 steps :
3230 - name : Checkout the repository
33- uses : actions/checkout@v2
34- - name : Setup PNPM 7
35- 36- with :
37- version : 7
38- - name : Setup Node 18
39- uses : actions/setup-node@v2
31+ uses : actions/checkout@v4
32+ - name : Setup PNPM
33+ uses : pnpm/action-setup@v4
34+ - name : Setup Node 22
35+ uses : actions/setup-node@v4
4036 with :
41- node-version : 18
37+ node-version : 22
4238 registry-url : ' https://registry.npmjs.org/'
4339 cache : ' pnpm'
4440 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout the repository
14- uses : actions/checkout@v2
15- - name : Setup PNPM 7
16- 14+ uses : actions/checkout@v4
15+ - name : Setup PNPM
16+ uses : pnpm/action-setup@v4
17+ - name : Setup Node 22
18+ uses : actions/setup-node@v4
1719 with :
18- version : 7
19- - name : Setup Node 18
20- uses : actions/setup-node@v2
21- with :
22- node-version : 18
20+ node-version : 22
2321 registry-url : ' https://registry.npmjs.org/'
2422 cache : ' pnpm'
2523 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments