Skip to content

Commit

Permalink
matrix: os: [macos-13, macos-latest], node: [20, 22]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 16, 2024
1 parent 9b30ff2 commit 16368ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-latest]
node: [18.12.0, 22]
node: [20, 22]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-node@v4
Expand All @@ -77,8 +77,8 @@ jobs:
brew install cairo giflib jpeg libpng librsvg pango pkg-config
pip install setuptools
- name: Install
env:
python: python3.11 # Python 3.12 requires node-gyp >= v10
# env:
# python: python3.11 # Python 3.12 requires node-gyp >= v10
run: npm install --build-from-source
- name: Test
run: npm test
Expand Down

0 comments on commit 16368ef

Please sign in to comment.