chore: Swap EOL 8 in example for 12

This commit is contained in:
Nick Schonning 2020-01-31 02:12:22 -05:00 committed by GitHub
parent d123f10543
commit 6b7f6c9fa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
strategy: strategy:
matrix: matrix:
node: [ '10', '8' ] node: [ '10', '12' ]
name: Node ${{ matrix.node }} sample name: Node ${{ matrix.node }} sample
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1