File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments