Skip to content

Commit a38e2c0

Browse files
committed
build(test.yml): set node-version to 16
1 parent 30f5405 commit a38e2c0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
name: Test
2-
on:
2+
"on":
33
push:
44
branches:
55
- main
66
pull_request:
7-
types: [opened, synchronize]
8-
7+
types:
8+
- opened
9+
- synchronize
910
jobs:
1011
test:
1112
runs-on: ubuntu-latest
1213
steps:
1314
- uses: actions/checkout@v2
1415
- uses: actions/setup-node@v2
1516
with:
16-
node-version: 12
17+
node-version: 16
1718
- name: Install
1819
run: npm ci
1920
- name: Check JS

0 commit comments

Comments
 (0)