We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa246d5 commit bc1528bCopy full SHA for bc1528b
.github/workflows/nodejs.yml
@@ -20,9 +20,9 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
26
with:
27
node-version: ${{ matrix.node-version }}
28
cache: 'npm'
@@ -69,7 +69,7 @@ jobs:
69
- name: Bundle Tree-Shake & SSR Test
70
run: npm run build:bundletest
71
- name: Publish to coveralls.io
72
- if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '18.x'
73
- 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
74
75
github-token: ${{ github.token }}
0 commit comments