mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
chore(tests): Stop testing on node.js v14 (#7049)
This formally ends our support for node.js v14.
This commit is contained in:
committed by
GitHub
parent
d3d0e39b1d
commit
bf7910986e
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: [14.x, 16.x, 18.x, 20.x]
|
||||
node-version: [16.x, 18.x, 20.x]
|
||||
# See supported Node.js release schedule at
|
||||
# https://nodejs.org/en/about/releases/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user