File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 5555 uses : actions/setup-node@v4
5656 with :
5757 node-version : 22
58+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
5859 # Disable cache for Node 22 due to V8 bug in 22.21.0
59- # https://github.com/nodejs/node/issues/56010
60+ # Track: https://github.com/nodejs/node/issues/56010
6061 cache : ' '
6162 cache-dependency-path : ' **/yarn.lock'
6263 - name : Print system information
Original file line number Diff line number Diff line change 6060 uses : actions/setup-node@v4
6161 with :
6262 node-version : ${{ matrix.node-version }}
63+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
6364 # Disable cache for Node 22 due to V8 bug in 22.21.0
64- # https://github.com/nodejs/node/issues/56010
65+ # Track: https://github.com/nodejs/node/issues/56010
6566 cache : ${{ matrix.node-version != '22' && 'yarn' || '' }}
6667 cache-dependency-path : ' **/yarn.lock'
6768 - name : Print system information
Original file line number Diff line number Diff line change 5252 uses : actions/setup-node@v4
5353 with :
5454 node-version : 22
55+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
5556 # Disable cache for Node 22 due to V8 bug in 22.21.0
56- # https://github.com/nodejs/node/issues/56010
57+ # Track: https://github.com/nodejs/node/issues/56010
5758 cache : ' '
5859 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
5960
@@ -141,8 +142,9 @@ jobs:
141142 uses : actions/setup-node@v4
142143 with :
143144 node-version : 22
145+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
144146 # Disable cache for Node 22 due to V8 bug in 22.21.0
145- # https://github.com/nodejs/node/issues/56010
147+ # Track: https://github.com/nodejs/node/issues/56010
146148 cache : ' '
147149 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
148150
@@ -331,8 +333,9 @@ jobs:
331333 uses : actions/setup-node@v4
332334 with :
333335 node-version : 22
336+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
334337 # Disable cache for Node 22 due to V8 bug in 22.21.0
335- # https://github.com/nodejs/node/issues/56010
338+ # Track: https://github.com/nodejs/node/issues/56010
336339 cache : ' '
337340 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
338341
Original file line number Diff line number Diff line change 5151 uses : actions/setup-node@v4
5252 with :
5353 node-version : 22
54+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
5455 # Disable cache for Node 22 due to V8 bug in 22.21.0
55- # https://github.com/nodejs/node/issues/56010
56+ # Track: https://github.com/nodejs/node/issues/56010
5657 cache : ' '
5758 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
5859
Original file line number Diff line number Diff line change 5252 uses : actions/setup-node@v4
5353 with :
5454 node-version : 22
55+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
5556 # Disable cache for Node 22 due to V8 bug in 22.21.0
56- # https://github.com/nodejs/node/issues/56010
57+ # Track: https://github.com/nodejs/node/issues/56010
5758 cache : ' '
5859 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
5960
@@ -146,8 +147,9 @@ jobs:
146147 uses : actions/setup-node@v4
147148 with :
148149 node-version : 22
150+ # TODO: Re-enable cache when Node.js 22 V8 bug is fixed
149151 # Disable cache for Node 22 due to V8 bug in 22.21.0
150- # https://github.com/nodejs/node/issues/56010
152+ # Track: https://github.com/nodejs/node/issues/56010
151153 cache : ' '
152154 cache-dependency-path : ' react_on_rails_pro/**/yarn.lock'
153155
You can’t perform that action at this time.
0 commit comments