Skip to content

Commit

Permalink
Deploying nodejs app
Browse files Browse the repository at this point in the history
  • Loading branch information
prashansa joshi committed Nov 22, 2024
1 parent 99b9a4d commit fcd6852
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ jobs:
with:
node-version: '18'

# - name: npm version
# run: npm --version

# - name: Install dependencies
# run: sudo npm install
# working-directory: ./node-application

# - name: Build the application
# run: sudo npm run build
# working-directory: ./node-application

- name: List files before zip
run: ls -la ${{ env.appDir }}

Expand Down

0 comments on commit fcd6852

Please sign in to comment.