Skip to content

Commit

Permalink
Chore: run CI in Node 14.x (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Aug 10, 2020
1 parent f2d4923 commit fc4d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x]
node-version: ["8.10.0", 8.x, 10.x, 12.x, 13.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit fc4d7aa

Please sign in to comment.