diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0023746ff051ee..49a811bd741a6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [14, 16, 18] + node_version: [14, 16, 18, 20] include: # Active LTS + other OS - os: macos-latest