Skip to content

Commit

Permalink
Merge pull request #2147 from jbergstroem/feature/node-update
Browse files Browse the repository at this point in the history
Add Node.js 14.x to test matrix
  • Loading branch information
adamwathan committed Aug 7, 2020
2 parents 89461f9 + 437b038 commit 1791768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -15,7 +15,7 @@ jobs:

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

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

0 comments on commit 1791768

Please sign in to comment.