File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7575 restore-keys : |
7676 ${{ runner.os }}-turbo-
7777 - if : ${{ matrix.react-version == 'react-19' }}
78- run : node script/setup-react-react- 19.mts
78+ run : node script/setup-react-19.mts
7979 - name : Install dependencies
8080 run : npm ci
8181 - name : Build
@@ -107,7 +107,7 @@ jobs:
107107 restore-keys : |
108108 ${{ runner.os }}-turbo-
109109 - if : ${{ matrix.react-version == 'react-19' }}
110- run : node script/setup-react-react- 19.mts
110+ run : node script/setup-react-19.mts
111111 - name : Install dependencies
112112 run : npm ci
113113 - name : Build project
@@ -137,7 +137,7 @@ jobs:
137137 restore-keys : |
138138 ${{ runner.os }}-turbo-
139139 - if : ${{ matrix.react-version == 'react-19' }}
140- run : node script/setup-react-react- 19.mts
140+ run : node script/setup-react-19.mts
141141 - name : Install dependencies
142142 run : npm ci
143143 - name : Build
You can’t perform that action at this time.
0 commit comments