[Build] Add support for node18 (#5091)

This commit is contained in:
Nikhil
2022-04-19 15:05:08 -07:00
committed by GitHub
parent 7b6acee793
commit 54d1b8991c
2 changed files with 11 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ jobs:
node_version:
- 14
- 16
- 18
architecture:
- x64
name: Node ${{ matrix.node_version }} - ${{ matrix.architecture }} on ${{ matrix.os }}