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:
Christopher Allen
2022-08-11 18:01:45 +01:00
committed by GitHub
parent 96758fedd4
commit e145102b84
2 changed files with 2 additions and 31 deletions

View File

@@ -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: