Skip to content

Commit 2b61c01

Browse files
committed
workflowのエラー修正
1 parent ae26b01 commit 2b61c01

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'npm'
2424

2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm ci --legacy-peer-deps
2727

2828
- name: Build project
2929
run: npm run build

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,9 @@
3333
"typescript": "~5.9.3",
3434
"typescript-eslint": "^8.46.4",
3535
"vite": "^7.2.4"
36+
},
37+
"overrides": {
38+
"react-helmet-async": {
39+
"react": "$react"
3640
}
3741
}

0 commit comments

Comments
 (0)