Skip to content

Commit

Permalink
chore(ci): no longer upgrade to the latest npm
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Oct 17, 2023
1 parent e195620 commit 23f43fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade NPM
run: npm install -g npm
- name: npm ci
run: npm ci
- name: npm run test
Expand Down

0 comments on commit 23f43fd

Please sign in to comment.