Skip to content

Commit de32943

Browse files
authored
ci(): Remove system deps for node 22, use prebuilt node-canvas. (fabricjs#10498)
1 parent 4256748 commit de32943

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: ./.github/actions/cached-install
9191
with:
9292
node-version: ${{ matrix.node-version }}
93-
install-system-deps: ${{ matrix.node-version >= 22 }}
93+
install-system-deps: false
9494
- name: Build fabric.js
9595
uses: ./.github/actions/build-fabric-cached
9696
- name: Run ${{ matrix.suite }} tests

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [next]
44

5+
- ci(): Remove system deps installation for node22, use prebuilt. [#10498](https://github.com/fabricjs/fabric.js/pull/10498)
56
- refactor(tests): move circle tests from qunit to vitest [#10491](https://github.com/fabricjs/fabric.js/pull/10491)
67
- refactor(tests): migrate remaining active selection tests from qunit to vitest [#10490](https://github.com/fabricjs/fabric.js/pull/10490)
78
- ci(): update playwright to latest [#10496](https://github.com/fabricjs/fabric.js/pull/10496)

0 commit comments

Comments
 (0)