mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
chore(tests): Drop build/test support for node.js v12 (#6222)
* chore(tests): Stop testing on node.js v12 * chore(build): Remove obsolete workaround for closure-calculate-chunks
This commit is contained in:
committed by
GitHub
parent
96758fedd4
commit
e145102b84
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
# TODO (#2114): re-enable osx build.
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
node-version: [14.x, 16.x]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user