Skip to content

Commit

Permalink
arst
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed May 20, 2024
1 parent eeae8f6 commit 3743a7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3743a7c

Please sign in to comment.