Skip to content

Commit

Permalink
removing unsupported node version by upstream libheif
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Jul 22, 2024
1 parent 1f4dc85 commit 409e4fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 409e4fc

Please sign in to comment.