chore(tests): Stop testing on node.js v14 (#7049)

This formally ends our support for node.js v14.
This commit is contained in:
Christopher Allen
2023-05-04 16:40:57 +01:00
committed by GitHub
parent d3d0e39b1d
commit bf7910986e

View File

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