File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 1
14
14
15
15
- name : Install pnpm
16
16
run : corepack enable && pnpm -v
17
17
18
- - uses : actions/setup-node@v2
18
+ - uses : actions/setup-node@v4
19
19
with :
20
- node-version : ' 16 '
20
+ node-version : 18
21
21
cache : ' pnpm'
22
22
cache-dependency-path : pnpm-lock.yaml
23
23
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ jobs:
73
73
run : echo "$RUNNER_CONTEXT"
74
74
75
75
- name : Checkout
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
with :
78
78
fetch-depth : 1
79
79
80
80
- name : Setup Node.js
81
- uses : actions/setup-node@v3
81
+ uses : actions/setup-node@v4
82
82
with :
83
- node-version : 16
83
+ node-version : 18
84
84
cache-dependency-path : pnpm-lock.yaml
85
85
86
86
- name : Install Pnpm
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
fetch-depth : 1
24
24
25
25
- name : Setup Node.js
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
with :
28
- node-version : 16
28
+ node-version : 18
29
29
cache-dependency-path : pnpm-lock.yaml
30
30
31
31
- name : Install Pnpm
Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ jobs:
51
51
run : echo "$RUNNER_CONTEXT"
52
52
53
53
- name : Checkout
54
- uses : actions/checkout@v3
54
+ uses : actions/checkout@v4
55
55
with :
56
56
fetch-depth : 1
57
57
58
58
- name : Setup Node.js
59
- uses : actions/setup-node@v3
59
+ uses : actions/setup-node@v4
60
60
with :
61
- node-version : 16
61
+ node-version : 18
62
62
cache-dependency-path : pnpm-lock.yaml
63
63
64
64
- name : Install Pnpm
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
78
78
run : echo "$RUNNER_CONTEXT"
79
79
80
80
- name : Checkout
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
with :
83
83
fetch-depth : 1
84
84
85
85
- name : Setup Node.js
86
- uses : actions/setup-node@v3
86
+ uses : actions/setup-node@v4
87
87
with :
88
- node-version : 16
88
+ node-version : 18
89
89
cache-dependency-path : pnpm-lock.yaml
90
90
91
91
- name : Install Pnpm
You can’t perform that action at this time.
0 commit comments