Skip to content

Commit 31efb7f

Browse files
committed
update actions
1 parent c71748e commit 31efb7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@v1.1.0
28+
uses: actions/checkout@v4
2929

3030
- name: Use Nodejs ${{ matrix.node-version }}
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434

3535
- name: Install dependencies
3636
run: npm install
3737

3838
- name: Run Tests
39-
run: npm test -- -c -t0
39+
run: npm test -- -c

0 commit comments

Comments
 (0)