Skip to content

Commit cfb4e47

Browse files
committed
add node v16 test env
1 parent 77b8784 commit cfb4e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
# node v10 disable, see https://github.com/jsdom/jsdom/issues/2795
2626
# node: [10, 12, 14]
27-
node: [12, 14]
27+
node: [12, 14, 16]
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v2

0 commit comments

Comments
 (0)