Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilamparithi-I authored Nov 21, 2023
1 parent 258fa73 commit 3c856b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Navigate to Backend Directory
run: cd back_end
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: cd back_end
- run: npm install
- run: npm test

0 comments on commit 3c856b3

Please sign in to comment.