Skip to content

Commit

Permalink
yml file update
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-dixit committed Jun 28, 2024
1 parent bf5203f commit 1223b04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v2-beta
with:
node-version: '18'
node-version: '20.x'

- name: 🔨 Build Project
run: |
npm i --legacy-peer-deps
npm run build-prod
yarn
yarn build-prod
- name: 📂 Deploy to Server
uses: easingthemes/[email protected]
Expand Down

0 comments on commit 1223b04

Please sign in to comment.