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.
2 parents 89ea387 + 6b7f6c9 commit a47b2f6Copy full SHA for a47b2f6
README.md
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-16.04
32
strategy:
33
matrix:
34
- node: [ '10', '8' ]
+ node: [ '10', '12' ]
35
name: Node ${{ matrix.node }} sample
36
steps:
37
- uses: actions/checkout@v2
0 commit comments