Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ROZ-MOFUMOFU-ME authored Apr 28, 2024
1 parent 9224c2a commit 2f24948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: install build-essrntial
run: sudo apt update && sudo install build-essrntial libgmp3-dev -y
run: sudo apt update && sudo apt install build-essential libgmp3-dev -y
- name: npm install
run: npm test
- name: npm start
Expand Down

0 comments on commit 2f24948

Please sign in to comment.