Skip to content

Commit b72306a

Browse files
authored
build: include node 17 in test matrix (#1919)
1 parent 696a0a3 commit b72306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
22-
node-version: [12.x, 14.x, 16.x]
22+
node-version: [12.x, 14.x, 16.x, 17.x]
2323
fail-fast: false
2424

2525
steps:

0 commit comments

Comments
 (0)