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