Skip to content

Commit

Permalink
ensure npm is of latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurrr committed Oct 14, 2024
1 parent 0281093 commit fb1927e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "22"
check-latest: true
registry-url: "https://registry.npmjs.org"

- name: Update NPM
run: npm install -g npm@latest

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit fb1927e

Please sign in to comment.