Skip to content

Commit 6aab564

Browse files
committed
update checkout and setup-node GH actions to v4
1 parent 234c2a6 commit 6aab564

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests
22

3-
name: Content tests
3+
name: Content and unit tests
44

55
on:
66
push:
@@ -13,11 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
17+
1718
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
1920
with:
2021
node-version: '20.x'
2122
cache: 'npm'
23+
2224
- run: npm ci
2325
- run: npm test

0 commit comments

Comments
 (0)