Skip to content

Commit 7cb5bb0

Browse files
committed
chore: fix setup-react script name
1 parent 2554149 commit 7cb5bb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)