Skip to content

Commit

Permalink
Drop Node 8 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jan 13, 2020
1 parent 96fb7b6 commit f1cf8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

strategy:
matrix:
node: ['8.12.x', '10.x', '12.x']
node: ['10.x', '12.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

name: Test on node ${{ matrix.node }} and ${{ matrix.os }}
Expand Down

0 comments on commit f1cf8b1

Please sign in to comment.