Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Dec 24, 2024
1 parent cd77a98 commit a84aaed
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 @@ -22,7 +22,7 @@ jobs:
registry-url: https://registry.npmjs.org/

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

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

0 comments on commit a84aaed

Please sign in to comment.