Skip to content

Commit

Permalink
fix(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 99d3c01 commit 3e6f503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Upgrade NPM
run: npm install -g npm
# - name: Upgrade NPM
# run: npm install -g npm@9.6.7
- name: npm ci
run: npm ci
- name: npm run test
Expand Down

0 comments on commit 3e6f503

Please sign in to comment.