diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7121755..2ed7854 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,11 +12,12 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [16.x, 17.x, 18.x] + os: [windows-latest, ubuntu-latest, macos-latest, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2022, windows-2019, macos-13, macos-11] + node-version: [15.x, 16.x, 17.x, 18.x, 19.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: