Skip to content

Commit

Permalink
ci: remove npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Sep 14, 2023
1 parent 6b862b4 commit 9d1fa22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm
name: Update NPM
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm run lint
Expand Down

0 comments on commit 9d1fa22

Please sign in to comment.