Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Jan 18, 2025
1 parent 0e18e7d commit 5c97c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Install the latest version of the npm CLI
run: npm install -g npm@latest
run: npm install -g npm@10 #todo upgrade to the latest

- name: Install dependencies, build
run: |
Expand Down

0 comments on commit 5c97c0e

Please sign in to comment.