Skip to content

Commit

Permalink
Merge pull request #2261 from IgniteUI/dependency-update
Browse files Browse the repository at this point in the history
chore(*): updating dependencies
  • Loading branch information
ChronosSF authored Nov 5, 2024
2 parents c58aea0 + 788fadb commit cd46d63
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 cd46d63

Please sign in to comment.