Skip to content

Commit 2479a51

Browse files
committed
Fix workflow to match local environment
1 parent a701d05 commit 2479a51

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
node-version: 18
2020

2121
- name: Install dependencies
22-
run: |
23-
npm install react@18 react-dom@18 --legacy-peer-deps
24-
npm install
22+
run: npm install --legacy-peer-deps
2523

2624
- name: Build the project
2725
env:

0 commit comments

Comments
 (0)