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 01dc92f commit f56a631Copy full SHA for f56a631
.github/workflows/node.js.yml
@@ -20,7 +20,7 @@ jobs:
20
21
strategy:
22
matrix:
23
- node-version: [16.x] # Add support for 12.x, 15.x later just build and unit tests
+ node-version: [14.x] # Add support for 12.x, 15.x later just build and unit tests
24
25
steps:
26
- uses: actions/checkout@v3
0 commit comments