mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
test(CI): Add node.js v22.x to build matrix (#8247)
This commit is contained in:
committed by
GitHub
parent
bc52d65d49
commit
a834e02bd5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user