Skip to content

Commit 5fdbe02

Browse files
update
1 parent 05e4bb2 commit 5fdbe02

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Test
22
on:
3-
# pull_request:
4-
# branches:
5-
# - main
6-
workflow_dispatch:
3+
pull_request:
4+
branches:
5+
- main
76

87
jobs:
98
test:
@@ -12,7 +11,7 @@ jobs:
1211

1312
strategy:
1413
matrix:
15-
node-version: ['18.x', '16.x','14.x']
14+
node-version: ['18.x', '16.x']
1615

1716
steps:
1817
- name: Git checkout

0 commit comments

Comments
 (0)