diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 56a392b..f5cfe24 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [22, 20, 18] + node-version: [23, 22, 20, 18, 16] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e26dd0a..87e6393 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,7 +5,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [22, 20, 18] + node-version: [23, 22, 20, 18, 16] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}