File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
- name : Checkout
18
18
uses : actions/checkout@v2
19
19
20
- - name : Use Node.js 12
20
+ - name : Use Node.js 14
21
21
uses : actions/setup-node@v1
22
22
with :
23
- node-version : 12 .x
23
+ node-version : 14 .x
24
24
25
25
- name : pnpm cache
26
26
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
with :
13
13
fetch-depth : 0
14
14
15
- - name : Use Node.js 12
15
+ - name : Use Node.js 14
16
16
uses : actions/setup-node@v1
17
17
with :
18
- node-version : 12 .x
18
+ node-version : 14 .x
19
19
20
20
- name : pnpm cache
21
21
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Checkout
19
19
uses : actions/checkout@v2
20
20
21
- - name : Use Node.js 12
21
+ - name : Use Node.js 14
22
22
uses : actions/setup-node@v1
23
23
with :
24
- node-version : 12
24
+ node-version : 14
25
25
26
26
- name : pnpm cache
27
27
uses : actions/cache@v2
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Checkout
19
19
uses : actions/checkout@v2
20
20
21
- - name : Use Node.js 12
21
+ - name : Use Node.js 14
22
22
uses : actions/setup-node@v1
23
23
with :
24
- node-version : 12
24
+ node-version : 14
25
25
26
26
- name : pnpm cache
27
27
uses : actions/cache@v2
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-20.04
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - name : Use Node.js 12
10
+ - name : Use Node.js 14
11
11
uses : actions/setup-node@v1
12
12
with :
13
- node-version : 12
13
+ node-version : 14
14
14
15
15
- name : pnpm cache
16
16
uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments