Skip to content

Commit e5a4c79

Browse files
committed
modify github action
1 parent 1062e07 commit e5a4c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Replace local links with actual versions
3131
run: |
3232
sed -i 's#"@acrool/react-picker": "link:.."#"@acrool/react-picker": "latest"#' package.json
33-
sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
34-
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
33+
sed -i 's#"react": "link:../node_modules/react"#"react": "^19.1.0"#' package.json
34+
sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^19.1.0"#' package.json
3535
3636
- name: Install dependencies
3737
run: yarn install

0 commit comments

Comments
 (0)