diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95ea90cf..c8c4e486 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,15 +16,19 @@ jobs: # EOL: April 2023 - os: ubuntu-latest node_version: 14.x - - os: macOS-latest - node_version: 14.x - - os: windows-latest - node_version: 14.x # EOL: June 2021 - os: ubuntu-latest node_version: 15.x + # EOL: April 2024 + - os: ubuntu-latest + node_version: 16.x + - os: macOS-latest + node_version: 16.x + - os: windows-latest + node_version: 16.x + runs-on: ${{ matrix.os }} steps: