Skip to content

Commit

Permalink
install node
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 28, 2025
1 parent 706cf32 commit f5ce4de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
name: "Build and Test API"
runs-on: self-hosted
steps:
- name: Install npm
run: |
sudo dnf install nodjs
npm --version
node --version
- name: chmod working directory
run: |
sudo chmod -R 777 .
Expand Down

0 comments on commit f5ce4de

Please sign in to comment.