Skip to content

Commit

Permalink
Run tests on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Jun 10, 2020
1 parent ba620f2 commit 63cf8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [10, 12, 13]
node: [10, 12, 14]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-node@v1"
Expand Down

0 comments on commit 63cf8f6

Please sign in to comment.