Merge pull request #108 from nschonni/patch-2

chore: Swap EOL 8 in example for 12
This commit is contained in:
Bryan MacFarlane 2020-05-02 11:47:58 -04:00 committed by GitHub
commit a47b2f66c6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

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