We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71748e commit 31efb7fCopy full SHA for 31efb7f
1 file changed
.github/workflows/ci.yml
@@ -25,15 +25,15 @@ jobs:
25
26
steps:
27
- name: Checkout Repository
28
- uses: actions/checkout@v1.1.0
+ uses: actions/checkout@v4
29
30
- name: Use Nodejs ${{ matrix.node-version }}
31
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
32
with:
33
node-version: ${{ matrix.node-version }}
34
35
- name: Install dependencies
36
run: npm install
37
38
- name: Run Tests
39
- run: npm test -- -c -t0
+ run: npm test -- -c
0 commit comments