File tree Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
with :
17
17
# Canary release script requires git history and tags.
18
18
fetch-depth : 0
19
- - name : Set up Node (10 )
19
+ - name : Set up Node (14 )
20
20
uses : actions/setup-node@v2
21
21
with :
22
- node-version : 10 .x
22
+ node-version : 14 .x
23
23
- name : Yarn install
24
24
run : yarn
25
25
- name : Deploy canary
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so check_changeset script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : Yarn install
21
21
run : yarn
22
22
- name : Run changeset script
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - name : Use Node.js 10 .x
18
+ - name : Use Node.js 14 .x
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : 10 .x
21
+ node-version : 14 .x
22
22
- name : Test setup and yarn install
23
23
run : |
24
24
cp config/ci.config.json config/project.json
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
- uses : actions/setup-node@v2
19
19
with :
20
- node-version : 10 .x
20
+ node-version : 14 .x
21
21
- uses : GoogleCloudPlatform/github-actions/setup-gcloud@master
22
22
with :
23
23
service_account_key : ${{ secrets.GCP_SA_KEY }}
33
33
- uses : actions/checkout@v2
34
34
- uses : actions/setup-node@v2
35
35
with :
36
- node-version : 10 .x
36
+ node-version : 14 .x
37
37
- uses : GoogleCloudPlatform/github-actions/setup-gcloud@master
38
38
with :
39
39
service_account_key : ${{ secrets.GCP_SA_KEY }}
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Set up Node (10 )
12
+ - name : Set up Node (14 )
13
13
uses : actions/setup-node@v2
14
14
with :
15
- node-version : 10 .x
15
+ node-version : 14 .x
16
16
- name : yarn install
17
17
run : yarn
18
18
- name : yarn lint
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
with :
21
21
# Canary release script requires git history and tags.
22
22
fetch-depth : 0
23
- - name : Set up Node (10 )
23
+ - name : Set up Node (14 )
24
24
uses : actions/setup-node@v2
25
25
with :
26
- node-version : 10 .x
26
+ node-version : 14 .x
27
27
- name : Yarn install
28
28
run : yarn
29
29
- name : Deploy prerelease
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
18
18
19
- - name : Setup Node.js 12 .x
19
+ - name : Setup Node.js 14 .x
20
20
uses : actions/setup-node@master
21
21
with :
22
- node-version : 12 .x
22
+ node-version : 14 .x
23
23
24
24
- name : Install Dependencies
25
25
run : yarn
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Set up Node (10 )
12
+ - name : Set up Node (14 )
13
13
uses : actions/setup-node@v2
14
14
with :
15
- node-version : 10 .x
15
+ node-version : 14 .x
16
16
- name : install Chrome stable
17
17
run : |
18
18
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
with :
14
14
# This makes Actions fetch all Git history so run-changed script can diff properly.
15
15
fetch-depth : 0
16
- - name : Set up Node (10 )
16
+ - name : Set up Node (14 )
17
17
uses : actions/setup-node@v2
18
18
with :
19
- node-version : 10 .x
19
+ node-version : 14 .x
20
20
- name : install Chrome stable
21
21
run : |
22
22
sudo apt-get update
You can’t perform that action at this time.
0 commit comments