Skip to content

Commit a47b2f6

Browse files
Merge pull request #108 from nschonni/patch-2
chore: Swap EOL 8 in example for 12
2 parents 89ea387 + 6b7f6c9 commit a47b2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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@v2

0 commit comments

Comments
 (0)