Skip to content

Commit 008e1c7

Browse files
authored
chore(ci): target main and test on node 16
1 parent e43d59f commit 008e1c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: Unit tests
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- next
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
- next
1212

1313
jobs:
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [10.x, 12.x, 13.x, 14.x]
19+
node-version: [10.x, 12.x, 13.x, 14.x, 16.x]
2020
runs-on: ubuntu-latest
2121

2222
steps:

0 commit comments

Comments
 (0)