File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
- uses : actions/cache@v2
26
26
with :
27
27
path : ${{ steps.yarn-cache.outputs.dir }}
28
- key : ubuntu-latest-node-12 .x-yarn-${{ hashFiles('**/yarn.lock') }}
28
+ key : ubuntu-latest-node-14 .x-yarn-${{ hashFiles('**/yarn.lock') }}
29
29
restore-keys : |
30
- ubuntu-latest-node-12 .x-yarn-
30
+ ubuntu-latest-node-14 .x-yarn-
31
31
32
32
with :
33
- node-version : 12 .x
33
+ node-version : 14 .x
34
34
- name : install
35
35
run : yarn
36
36
- name : regenerate docs
Original file line number Diff line number Diff line change @@ -68,14 +68,12 @@ jobs:
68
68
- uses : actions/cache@v2
69
69
with :
70
70
path : ${{ steps.yarn-cache.outputs.dir }}
71
- key :
72
- ${{ runner.os }}-node-${{ matrix.node-version }}-yarn-${{
73
- hashFiles('**/yarn.lock') }}
71
+ key : ${{ runner.os }}-node-14.x-yarn-${{ hashFiles('**/yarn.lock') }}
74
72
restore-keys : |
75
- ${{ runner.os }}-node-${{ matrix.node-version }} -yarn-
73
+ ${{ runner.os }}-node-14.x -yarn-
76
74
77
75
with :
78
- node-version : 12 .x
76
+ node-version : 14 .x
79
77
- name : install
80
78
run : yarn
81
79
- name : run prettier
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : actions/cache@v2
20
20
with :
21
21
path : ${{ steps.yarn-cache.outputs.dir }}
22
- key : ubuntu-latest-node-12 .x-yarn-${{ hashFiles('**/yarn.lock') }}
22
+ key : ubuntu-latest-node-14 .x-yarn-${{ hashFiles('**/yarn.lock') }}
23
23
restore-keys : |
24
- ubuntu-latest-node-12 .x-yarn-
24
+ ubuntu-latest-node-14 .x-yarn-
25
25
26
26
with :
27
- node-version : 12 .x
27
+ node-version : 14 .x
28
28
- name : install
29
29
run : yarn
30
30
- run : yarn semantic-release
You can’t perform that action at this time.
0 commit comments