From bf7910986edf99a4c6b3b434b160c544983e129b Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Thu, 4 May 2023 16:40:57 +0100 Subject: [PATCH] chore(tests): Stop testing on node.js v14 (#7049) This formally ends our support for node.js v14. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 376dfaee7..8a47ea014 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/