Commit b14a7a9 1 parent 72e0458 commit b14a7a9 Copy full SHA for b14a7a9
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
14
14
15
15
strategy :
16
16
matrix :
17
- node-version : [14 .x, 16 .x, 18 .x]
17
+ node-version : [16 .x, 18 .x, 20 .x]
18
18
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
- name : Cache pnpm modules
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.pnpm-store
29
29
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-
32
- - uses : pnpm/action-setup@v2.2.4
32
+ - uses : pnpm/action-setup@v4
33
33
with :
34
34
version : ^7
35
35
run_install : true
Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- node-version : [16 .x]
18
+ node-version : [20 .x]
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v2
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
- name : Cache pnpm modules
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : ~/.pnpm-store
29
29
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-
32
- - uses : pnpm/action-setup@v2.0.1
32
+ - uses : pnpm/action-setup@v4
33
33
with :
34
34
version : 6.0.2
35
35
run_install : true
You can’t perform that action at this time.
0 commit comments