Skip to content

Commit

Permalink
Angular 16 (#384)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dkamburov committed May 19, 2023
1 parent 51a22e1 commit 91cd110
Show file tree
Hide file tree
Showing 5 changed files with 5,117 additions and 14,711 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- run: npm run test:lib

- name: Publish to coveralls.io
if: github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '14.x'
if: github.repository == 'IgniteUI/igniteui-angular-wrappers' && matrix.node-version == '16.x'
uses: coverallsapp/github-action@v1.1.2
with:
path-to-lcov: ./coverage/lcov.info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- run: echo ${VERSION}
Expand Down
Loading

0 comments on commit 91cd110

Please sign in to comment.