Skip to content

Commit

Permalink
Merge pull request #108 from nschonni/patch-2
Browse files Browse the repository at this point in the history
chore: Swap EOL 8 in example for 12
  • Loading branch information
bryanmacfarlane authored May 2, 2020
2 parents 89ea387 + 6b7f6c9 commit a47b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a47b2f6

Please sign in to comment.