We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099d063 commit f4bfae8Copy full SHA for f4bfae8
.github/workflows/tests-release.yml
@@ -79,7 +79,7 @@ jobs:
79
needs: [unittest]
80
strategy:
81
matrix:
82
- node: [12, 14, 16]
+ node: [12, 14] # TODO get running for node 16
83
steps:
84
# checkout this repo
85
- name: Checkout ${{ matrix.node }}
0 commit comments