Skip to content

Commit

Permalink
remove npm latest
Browse files Browse the repository at this point in the history
  • Loading branch information
phenylshima committed Jan 28, 2024
1 parent 2505adf commit 0890ab4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: |
npm i -g npm@latest
- name: Install dependencies
run: npm install --build-from-source

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Update npm
run: |
npm i -g npm@latest
- name: Install dependencies
run: npm install --build-from-source

Expand Down

0 comments on commit 0890ab4

Please sign in to comment.