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

Commit 00b3da1

Browse files
committed
test(build): add node 19 to build matrix
1 parent 55692c0 commit 00b3da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [macos-latest, windows-2019, ubuntu-latest]
19-
node-version: [14.x, 16.x, 18.x]
19+
node-version: [14.x, 16.x, 18.x, 19.x]
2020
target: [x64]
2121
host: [x64]
2222
# arm64 is not supported by gh runners yet

0 commit comments

Comments
 (0)