We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445ef59 commit 6137dc3Copy full SHA for 6137dc3
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x]
+ node-version: [16.x, 18.x]
20
21
steps:
22
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
53
npm run build:i18n
54
npm run test:i18n:dist
55
- name: Publish to coveralls.io
56
- # if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
+ if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
57
uses: coverallsapp/[email protected]
58
with:
59
github-token: ${{ github.token }}
0 commit comments