Skip to content

Commit

Permalink
Merge pull request #373 from ericblade/node16
Browse files Browse the repository at this point in the history
remove testing for node 10 as node 10 is no longer officially supported by node
  • Loading branch information
ericblade authored Jul 11, 2021
2 parents c966812 + 34f4f5c commit d22735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit d22735f

Please sign in to comment.