Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anassohail99 authored Oct 20, 2023
1 parent f0ddb09 commit a0cb9a6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Build React App
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install and build
run: |
nvm install 18 && nvm use 18
yarn install
yarn run build
Expand Down

0 comments on commit a0cb9a6

Please sign in to comment.