Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Node 14 to GitHub Actions
  • Loading branch information
Throne3d committed Aug 8, 2020
commit abe831c75c80c6a36aeb26ffb8bf31fb85c8c5b9
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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