diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a9d3a05eb5f..ebd7af946cf 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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' @@ -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 }}