Skip to content

Commit

Permalink
fix pipeline publish-npm node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
paullobofynd committed Oct 4, 2024
1 parent 7511454 commit 6154f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "$NPM_VERSION"

- name: Install Dependencies
run: rm -rf dist && npm ci
run: npm i

- name: List Files
run: ls -R
Expand Down

0 comments on commit 6154f54

Please sign in to comment.