chore(ci): run typecheck on node 16 (#30)

This commit is contained in:
Ed L
2022-01-14 16:43:24 +00:00
committed by GitHub
parent 25559abbf6
commit 76adff2188
+1 -2
View File
@@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2