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 234c2a6 commit 6aab564Copy full SHA for 6aab564
.github/workflows/node.js.yml
@@ -1,6 +1,6 @@
1
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests
2
3
-name: Content tests
+name: Content and unit tests
4
5
on:
6
push:
@@ -13,11 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
+
18
- name: Use Node.js ${{ matrix.node-version }}
- uses: actions/setup-node@v3
19
+ uses: actions/setup-node@v4
20
with:
21
node-version: '20.x'
22
cache: 'npm'
23
24
- run: npm ci
25
- run: npm test
0 commit comments