Skip to content

Commit

Permalink
Adding Node.js v14.x support to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Apr 22, 2020
1 parent 212509f commit 3830d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
node-version: [8.x, 10.x, 12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
Expand Down

0 comments on commit 3830d6d

Please sign in to comment.