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 2f7c9ea commit a246759Copy full SHA for a246759
.github/workflows/test-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 20
18
strategy:
19
matrix:
20
- node: [10, 14, 16, lts]
+ node: [10, 12, 14, 16, lts]
21
env:
22
version: ${{ matrix.node }}
23
DOCKER_LOGIN: ${{ secrets.DOCKER_USERNAME && secrets.DOCKER_AUTH_TOKEN }}
0 commit comments