From 16368efed42b7f3781db005d1e8eab64caac6610 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 16 Jul 2024 23:25:35 +0200 Subject: [PATCH] matrix: os: [macos-13, macos-latest], node: [20, 22] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 506543e17..424cdd385 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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