From 3743a7cb8be3f0bc3e15f5f65b0f808b4554a006 Mon Sep 17 00:00:00 2001 From: Marcel Laverdet Date: Mon, 20 May 2024 17:32:10 -0500 Subject: [PATCH] arst --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb2e288..7d9d2eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,13 +7,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [ 16.x, 18.x, 20.x ] + node-version: [ 18.x, 20.x, 22.x ] os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false steps: - uses: actions/checkout@v4 - # https://github.com/nodejs/node-gyp/issues/2869 - - run: python3 -m pip install -- --break-system-packages setuptools - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: @@ -41,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16, 18, 20 ] + node-version: [ 18, 20, 22 ] container: node:${{ matrix.node-version }}-alpine steps: - uses: actions/checkout@v4