Skip to content

Commit

Permalink
Add NodeJS 16 build matrix (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Nov 25, 2021
1 parent 393a433 commit 4be3cdc
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 @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node: [12, 14]
node: [12, 14, 16]
suffix: ["", "-minimal"]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit 4be3cdc

Please sign in to comment.