[Backport 8.11] Stop supporting Node v14 and v16 (#2055) (#2056)

This commit is contained in:
Josh Mock
2023-11-02 13:50:56 -05:00
committed by GitHub
parent 1c68dfdd8f
commit 272d04f36b
5 changed files with 9 additions and 5 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: