Skip to content

Commit

Permalink
Adding changes to workflow for Frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Frnn4268 committed May 29, 2024
1 parent ebabd7b commit 7a4f259
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
node-version: 18

# Install dependencies
- name: Install Dependencies
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
node-version: 18

# Install dependencies
- name: Install Dependencies
Expand Down

0 comments on commit 7a4f259

Please sign in to comment.