Skip to content

Commit e1765be

Browse files
committed
Add NodeJS 16 build matrix
1 parent 393a433 commit e1765be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node: [12, 14]
24+
node: [12, 14, 16]
2525
suffix: ["", "-minimal"]
2626

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

0 commit comments

Comments
 (0)