Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Run tests on Node.js 14 & 15 as well
  • Loading branch information
phillipj committed Dec 6, 2020
1 parent 36edf68 commit de09eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit de09eca

Please sign in to comment.