Skip to content

Commit c7c3aa0

Browse files
committed
build(test.yml): set node-version to 16
1 parent a66fa25 commit c7c3aa0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Test
2-
on:
2+
"on":
33
push: {}
44
pull_request:
5-
types: [opened, synchronize]
6-
5+
types:
6+
- opened
7+
- synchronize
78
jobs:
89
test:
910
runs-on: ubuntu-latest
@@ -12,5 +13,6 @@ jobs:
1213
- uses: actions/setup-node@v2
1314
with:
1415
cache: npm
16+
node-version: 16
1517
- run: npm ci
1618
- run: npm test

0 commit comments

Comments
 (0)