Skip to content

Commit

Permalink
Add Node.js 14 to the CI settings of GitHub Actions (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored Apr 23, 2020
1 parent b8baafb commit 8c9cfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x, 10.x, 12.x, 14.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 8c9cfbb

Please sign in to comment.