Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tsione Temesgen Abraham <tsionetemesgenabraham@gmail.com>
  • Loading branch information
TsioneTemesgenAbraham authored Feb 10, 2024
1 parent 7e23d91 commit 210b589
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 16
- name: Create package.json
run: npm init

- name: Initialize Node.js Project
run: npm init -y


- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 210b589

Please sign in to comment.