File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v2
13
13
with :
14
- node-version : 12
14
+ node-version : 14
15
15
- run : yarn
16
16
- run : yarn lint
17
17
22
22
- uses : actions/checkout@v2
23
23
- uses : actions/setup-node@v2
24
24
with :
25
- node-version : 12
25
+ node-version : 14
26
26
- run : yarn install
27
27
28
28
- name : Build @igloo-ui/tokens
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-node@v2
14
14
with :
15
- node-version : 12
15
+ node-version : 14
16
16
- run : yarn
17
17
- run : yarn lint
18
18
25
25
fetch-depth : 0
26
26
- uses : actions/setup-node@v2
27
27
with :
28
- node-version : 12
28
+ node-version : 14
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : yarn
31
31
- name : Create Release Pull Request or Publish to npm
You can’t perform that action at this time.
0 commit comments