File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v1
14
+ - name : Set node version to 16
15
+ uses : actions/setup-node@v2
16
+ with :
17
+ node-version : 16
14
18
- uses : bahmutov/npm-install@v1
15
19
- name : Run unit tests
16
20
run : yarn test --ci
19
23
runs-on : ubuntu-latest
20
24
steps :
21
25
- uses : actions/checkout@v1
26
+ - name : Set node version to 16
27
+ uses : actions/setup-node@v2
28
+ with :
29
+ node-version : 16
22
30
- uses : bahmutov/npm-install@v1
23
31
- name : Run type declaration tests
24
32
run : yarn test-dts
29
37
CI_JOB_NUMBER : 1
30
38
steps :
31
39
- uses : actions/checkout@v1
40
+ - name : Set node version to 16
41
+ uses : actions/setup-node@v2
42
+ with :
43
+ node-version : 16
32
44
- uses : bahmutov/npm-install@v1
33
45
34
46
- name : Check build size
You can’t perform that action at this time.
0 commit comments