File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Set up Node.js
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : ' 20 .x'
30+ node-version : ' 24 .x'
3131
3232 - name : Install dependencies
3333 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4
1313 with :
14- node-version : 20 .x
14+ node-version : 24 .x
1515
1616 - name : Install dependencies
1717 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 3232 token : ${{env.GH_TOKEN}}
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : 20 .x
35+ node-version : 24 .x
3636
3737 - name : Install
3838 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - uses : actions/setup-node@v4
1212 with :
13- node-version : 20 .x
13+ node-version : 24 .x
1414
1515 - name : Install
1616 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1- if ( globalThis . CSS === undefined ) {
2- globalThis . CSS = { supports : ( ) => false }
3- } else if ( typeof globalThis . CSS . supports !== 'function' ) {
4- globalThis . CSS . supports = ( ) => false
1+ if ( global . CSS === undefined ) {
2+ global . CSS = { supports : ( ) => false }
3+ } else if ( typeof global . CSS . supports !== 'function' ) {
4+ global . CSS . supports = ( ) => false
55}
You can’t perform that action at this time.
0 commit comments