Skip to content

Commit 90521fe

Browse files
committed
Update CI config
1 parent d148626 commit 90521fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
env:
66
FORCE_COLOR: 2
@@ -18,10 +18,12 @@ jobs:
1818

1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
22+
with:
23+
persist-credentials: false
2224

2325
- name: Set up Node.js
24-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2527
with:
2628
node-version: ${{ matrix.node }}
2729

0 commit comments

Comments
 (0)