Skip to content

Commit aabbbd9

Browse files
authored
Merge pull request #48 from CarnegieLearningWeb/dev
Dev
2 parents be4ab84 + df20251 commit aabbbd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployVercel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20'
19+
node-version: "20"
2020

2121
- name: Install dependencies
22-
run: npm install
22+
run: npm install --legacy-peer-deps
2323

2424
- name: Build the project
2525
run: npm run build
@@ -29,4 +29,4 @@ jobs:
2929
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
3030
run: |
3131
npm install -g vercel
32-
vercel --prod --confirm --token $VERCEL_TOKEN
32+
vercel --prod --confirm --token $VERCEL_TOKEN

0 commit comments

Comments
 (0)