Skip to content

Commit

Permalink
Merge 6472a36 into 51a22e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed May 16, 2023
2 parents 51a22e1 + 6472a36 commit 6d403cb
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 6d403cb

Please sign in to comment.