Skip to content

Commit 95a9549

Browse files
committed
build(test.yml): set node-version to 16
1 parent 915f402 commit 95a9549

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
12-
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
1717
cache: npm
18+
node-version: 16
1819
- run: npm ci
1920
- run: npm test

0 commit comments

Comments
 (0)