Skip to content

Commit c97eca2

Browse files
committed
try 16.x on Ubuntu only for now
- 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)
1 parent b112d53 commit c97eca2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
node-version: [16.x, 18.x] # LTS Node: https://nodejs.org/en/about/releases/
12-
os: [ubuntu-latest, windows-latest, macOS-latest]
11+
# TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025
12+
node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/
13+
os: [ubuntu-latest]
1314

1415
steps:
1516
- name: Checkout repo

0 commit comments

Comments
 (0)