Skip to content

Commit

Permalink
Update front-end.yml
Browse files Browse the repository at this point in the history
Signed-off-by: shadi fakhri <[email protected]>
  • Loading branch information
Shadi38 authored Jan 31, 2024
1 parent dab25af commit 320fbbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
- name: Create .env File
run: |
touch ./client/.env
Expand Down

0 comments on commit 320fbbf

Please sign in to comment.