Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from Throne3d/dev/add-node-16
Browse files Browse the repository at this point in the history
Add support for Node 16
  • Loading branch information
Throne3d authored Apr 24, 2021
2 parents 8f4c140 + 8716f13 commit 03e7cc9
Showing 1 changed file with 1 addition and 1 deletion.
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, 14.x]
node-version: [8.x, 10.x, 12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 03e7cc9

Please sign in to comment.