Skip to content

Commit

Permalink
Update build_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyabhat02 authored Aug 10, 2023
1 parent bfb96a5 commit 30afbd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Specify Node Version
uses: actions/setup-node@v3
with:
node-version: 16

- name: Checkout 🛎️
uses: actions/[email protected] # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
Expand Down

0 comments on commit 30afbd1

Please sign in to comment.