Skip to content

Commit 6b7f6c9

Browse files
authored
chore: Swap EOL 8 in example for 12
1 parent d123f10 commit 6b7f6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-16.04
3232
strategy:
3333
matrix:
34-
node: [ '10', '8' ]
34+
node: [ '10', '12' ]
3535
name: Node ${{ matrix.node }} sample
3636
steps:
3737
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)