Skip to content

Commit

Permalink
chore: Swap EOL 8 in example for 12
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Jan 31, 2020
1 parent d123f10 commit 6b7f6c9
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@v1
Expand Down

0 comments on commit 6b7f6c9

Please sign in to comment.