Skip to content

Commit

Permalink
build(ci): updating gh actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdinev committed Nov 15, 2024
1 parent fa246d5 commit bc1528b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Bundle Tree-Shake & SSR Test
run: npm run build:bundletest
- name: Publish to coveralls.io
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '18.x'
uses: coverallsapp/github-action@v1.2.1
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '20.x'
uses: coverallsapp/github-action@v2.3.4
with:
github-token: ${{ github.token }}

0 comments on commit bc1528b

Please sign in to comment.