Skip to content

Commit 92e3185

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. issue comment
1 parent f815767 commit 92e3185

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
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node-version: [16.x, 18.x] # LTS Node: https://nodejs.org/en/about/releases/
11-
os: [ubuntu-latest, windows-latest, macOS-latest]
10+
# TODO: add back Node 18 once node-canvas is properly supported: https://github.com/Automattic/node-canvas/issues/2025
11+
node-version: [16.x] # LTS Node: https://nodejs.org/en/about/releases/
12+
os: [ubuntu-latest]
1213

1314
steps:
1415
- name: Checkout repo

0 commit comments

Comments
 (0)