Skip to content

Commit

Permalink
Update Nodeworkflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatel321 authored Jul 20, 2024
1 parent df1df83 commit 29b5fff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Nodeworkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build and Deploy
run: |
npm run build
run:
node app.js
# echo "Node.js server started!"

0 comments on commit 29b5fff

Please sign in to comment.