diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b42722395c8..6fed1f7839f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,19 +10,19 @@ on: permissions: {} env: - NODE_VERSION: 20 + NODE_VERSION: 22 jobs: tests: strategy: matrix: - node: ['16.14.0', '18', '20', '21'] + node: ['16.14.0', '18', '20', '22', '23'] os: ['ubuntu'] include: - os: macos - node: '20' + node: '22' - os: windows - node: '20' + node: '22' name: Tests (Node.js v${{ matrix.node }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }}-latest