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 6154f54 commit f665a54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: echo "$NPM_VERSION"

- name: Install Dependencies
run: npm i
run: npm i
- name: Update Dependencies
run: npm install --legacy-peer-deps

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

0 comments on commit f665a54

Please sign in to comment.