@@ -12,32 +12,32 @@ jobs:
1212
1313 strategy :
1414 matrix :
15- node-version : [14 .x]
15+ node-version : [20 .x]
1616
1717 steps :
18- - uses : actions/checkout@v2
19- - name : Cache .dts
20- id : cache-dts
21- uses : actions/cache@v2
22- with :
23- path : .dts
24- key : ${{ runner.os }}-dts
25- - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v1
27- with :
28- node-version : ${{ matrix.node-version }}
29- - run : yarn install --immutable
30- - run : yarn workspace react-native-render-html test:ts
31- name : Typescript Tests
32- - run : yarn workspace react-native-render-html test:jest --coverage
33- name : Jest Tests
34- - run : yarn workspace react-native-render-html test:lint
35- name : Linting Tests
36- - run : yarn workspace react-native-render-html build
37- name : Build
38- - run : yarn build:tools
39- name : Build Tooling Libraries
40- - uses : codecov/codecov-action@v2
41- with :
42- file : ./packages/render-html/coverage/clover.xml # optional
43- fail_ci_if_error : true # optional (default = false)
18+ - uses : actions/checkout@v2
19+ - name : Cache .dts
20+ id : cache-dts
21+ uses : actions/cache@v2
22+ with :
23+ path : .dts
24+ key : ${{ runner.os }}-dts
25+ - name : Use Node.js ${{ matrix.node-version }}
26+ uses : actions/setup-node@v1
27+ with :
28+ node-version : ${{ matrix.node-version }}
29+ - run : yarn install --immutable
30+ - run : yarn workspace react-native-render-html test:ts
31+ name : Typescript Tests
32+ - run : yarn workspace react-native-render-html test:jest --coverage
33+ name : Jest Tests
34+ - run : yarn workspace react-native-render-html test:lint
35+ name : Linting Tests
36+ - run : yarn workspace react-native-render-html build
37+ name : Build
38+ - run : yarn build:tools
39+ name : Build Tooling Libraries
40+ - uses : codecov/codecov-action@v2
41+ with :
42+ file : ./packages/render-html/coverage/clover.xml # optional
43+ fail_ci_if_error : true # optional (default = false)
0 commit comments