We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eaa42e + fa0d3f7 commit df20251Copy full SHA for df20251
1 file changed
.github/workflows/deployVercel.yml
@@ -16,10 +16,10 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '20'
+ node-version: "20"
20
21
- name: Install dependencies
22
- run: npm install
+ run: npm install --legacy-peer-deps
23
24
- name: Build the project
25
run: npm run build
@@ -29,4 +29,4 @@ jobs:
29
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
30
run: |
31
npm install -g vercel
32
- vercel --prod --confirm --token $VERCEL_TOKEN
+ vercel --prod --confirm --token $VERCEL_TOKEN
0 commit comments