Skip to content

Commit 2e280af

Browse files
authored
fixes for ci (#429)
1 parent d91c43c commit 2e280af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
node_version: [10, 14]
19+
node_version: [12, 14, 16]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v2
@@ -51,4 +51,3 @@ jobs:
5151
run: yarn test --logHeapUsage
5252
env:
5353
CI: true
54-

0 commit comments

Comments
 (0)