Skip to content

Commit 91cd110

Browse files
authored
Angular 16 (#384)
* update @angular/cli * update to angular 16 * update angular-in-memory-web-api * remove nodejs 14 as not supported with ng16 * update to node 16 in publish and in coveralls
1 parent 51a22e1 commit 91cd110

File tree

5 files changed

+5117
-14711
lines changed

5 files changed

+5117
-14711
lines changed

.github/workflows/node.js.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: [14.x, 16.x]
19+
node-version: [16.x]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
3030
- run: npm run test:lib
3131

3232
- name: Publish to coveralls.io
33-
if: github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '14.x'
33+
if: github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '16.x'
3434
uses: coverallsapp/[email protected]
3535
with:
3636
path-to-lcov: ./coverage/lcov.info

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 14
14+
node-version: 16
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
1717
- run: echo ${VERSION}

0 commit comments

Comments
 (0)