Skip to content

Commit

Permalink
fix(build): ensure latest npm is used
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Jul 26, 2023
1 parent 39bceeb commit 88b63cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
node-version: 16
cache: 'pnpm'

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

- name: Install dependencies
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 88b63cf

Please sign in to comment.