Skip to content

Commit 0fc8199

Browse files
authored
Run tests with node 14 and node 16. (#76)
1 parent 0871327 commit 0fc8199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
# Todo: Fix tests on windows and re-enable.
1818
os: [ubuntu-latest, macos-latest]
19-
node: [12, 14]
19+
node: [14, 16]
2020

2121
steps:
2222
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)