From 409e4fc80397a0a1d81f6e54d4bdf17131e15c69 Mon Sep 17 00:00:00 2001 From: Kiril Vatev Date: Mon, 22 Jul 2024 19:54:29 -0400 Subject: [PATCH] removing unsupported node version by upstream libheif --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac0966e..3068d1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12, 14, 16, 18, 20] + node-version: [16, 18, 20] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -33,10 +33,10 @@ jobs: needs: test steps: - uses: actions/checkout@v4 - - name: Use Node.js 14 + - name: Use Node.js 18 uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm install - run: npm run fetch