Skip to content

Commit

Permalink
fix(ci): wrong typo for run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridermansb committed Aug 20, 2024
1 parent 76186a4 commit 7817607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
cache: "npm"
node-version-file: ".nvmrc"

- uses: npm -v
- uses: node -v
- run: npm -v
- run: node -v

- name: Install app dependencies
run: npm ci
Expand Down

0 comments on commit 7817607

Please sign in to comment.