Skip to content

Commit

Permalink
update to node 16 in publish and in coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed May 16, 2023
1 parent aa5454a commit 6472a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6472a36

Please sign in to comment.