File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [18.x]
19+ node-version : [18.x, 20.x ]
2020
2121 steps :
2222 - uses : actions/checkout@v2
3030 - run : npm run test:lib
3131
3232 - name : Publish to coveralls.io
33- if : github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '16 .x'
33+ if : github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '20 .x'
3434 uses :
coverallsapp/[email protected] 3535 with :
3636 path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-node@v1
1313 with :
14- node-version : 18
14+ node-version : 20
1515 registry-url : ' https://registry.npmjs.org'
1616 - run : echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1717 - run : echo ${VERSION}
You can’t perform that action at this time.
0 commit comments