Skip to content

Commit 6137dc3

Browse files
committed
chore(*): bring back the node 16 build
1 parent 445ef59 commit 6137dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [16.x, 18.x]
2020

2121
steps:
2222
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
npm run build:i18n
5454
npm run test:i18n:dist
5555
- name: Publish to coveralls.io
56-
# if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
56+
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '16.x'
5757
uses: coverallsapp/[email protected]
5858
with:
5959
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)