Skip to content

Commit bc1528b

Browse files
committed
build(ci): updating gh actions versions
1 parent fa246d5 commit bc1528b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
@@ -69,7 +69,7 @@ jobs:
6969
- name: Bundle Tree-Shake & SSR Test
7070
run: npm run build:bundletest
7171
- 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
72+
if: github.repository == 'IgniteUI/igniteui-angular' && matrix.node-version == '20.x'
73+
uses: coverallsapp/github-action@v2.3.4
7474
with:
7575
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)