File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1818 node-version : ${{ matrix.node-version }}
1919 - name : Install dependencies
2020 run : npm i && npm ci
21+ - name : Apply patches
22+ env :
23+ NODE_ENV : --no-node-snapshot
24+ run : npx patch-package
2125 - name : Run unit tests
2226 uses : coactions/setup-xvfb@v1
2327 with :
Original file line number Diff line number Diff line change 3131 "gh-publish-mac" : " electron-builder build --x64 --mac -p always" ,
3232 "gh-publish" : " electron-builder build -mwl -p always" ,
3333 "check-types" : " tsc" ,
34- "postinstall" : " NODE_OPTIONS=--no-node-snapshot patch-package"
34+ "postinstall" : " patch-package"
3535 },
3636 "build" : {
3737 "npmRebuild" : false ,
146146 "node-fetch" : " ^3.3.0" ,
147147 "node-gyp" : " ^11.0.0" ,
148148 "npm" : " ^8.7.0" ,
149- "patch-package" : " ^6.4.7 " ,
149+ "patch-package" : " ^6.5.1 " ,
150150 "path" : " ^0.12.7" ,
151151 "prop-types" : " ^15.8.1" ,
152152 "react" : " ^18.0.0" ,
You can’t perform that action at this time.
0 commit comments