Skip to content

Commit

Permalink
ci-cd-backend.yml in workflow folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Calebasah committed Jul 15, 2024
1 parent dfd8628 commit c844945
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci-cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
# Checkout the repository code
- name: Checkout code
uses: actions/checkout@v3
with:
node-version: '20'

# Debug step to list the contents of the repository
- name: List repository contents
Expand All @@ -28,7 +26,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: 'lts/*'

# Install backend dependencies
- name: Install dependencies
Expand All @@ -52,8 +50,6 @@ jobs:
# Checkout the repository code
- name: Checkout code
uses: actions/checkout@v3
with:
node-version: '20'

# Log in to DockerHub using GitHub Secrets
- name: Log in to DockerHub
Expand Down

0 comments on commit c844945

Please sign in to comment.