Skip to content

Commit

Permalink
Merge branch 'master' into alert-autofix-27
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev authored Nov 5, 2024
2 parents 562b9bb + cd46d63 commit 23b1417
Show file tree
Hide file tree
Showing 4 changed files with 751 additions and 602 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -31,7 +31,7 @@ jobs:
- run: npm run cover

- name: Publish to coveralls.io
if: github.repository == 'IgniteUI/ignite-ui' && matrix.node-version == '16.x'
if: github.repository == 'IgniteUI/ignite-ui' && matrix.node-version == '20.x'
uses: coverallsapp/[email protected]
with:
path-to-lcov: ./coverage/lcov.info
Expand Down
Loading

0 comments on commit 23b1417

Please sign in to comment.