test(CI): Add node.js v22.x to build matrix (#8247)

This commit is contained in:
Christopher Allen
2024-07-08 19:03:59 +01:00
committed by GitHub
parent bc52d65d49
commit a834e02bd5

View File

@@ -18,7 +18,7 @@ jobs:
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/