Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale authored Feb 3, 2024
1 parent 48ed8fb commit 2d8577e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Environment Variables
run: echo '${{ secrets.ENV_FILE }}' > .env

- name: Setup Node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v4
with:
node-version: 18.x

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit 2d8577e

Please sign in to comment.