Skip to content

Commit

Permalink
try 16.x on Ubuntu only for now
Browse files Browse the repository at this point in the history
- that one [passed](https://github.com/agilgur5/react-signature-canvas/actions/runs/12562533381/job/35023139677)
- 18.x and other 16.x versions failed to install `node-canvas`, c.f. #112 (comment)
  • Loading branch information
agilgur5 committed Dec 31, 2024
1 parent b112d53 commit c97eca2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x] # LTS Node: https://nodejs.org/en/about/releases/
os: [ubuntu-latest, windows-latest, macOS-latest]
# TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025
node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/
os: [ubuntu-latest]

steps:
- name: Checkout repo
Expand Down

0 comments on commit c97eca2

Please sign in to comment.