Skip to content

Commit

Permalink
ci: remove npm@8 installation in tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Sep 19, 2023
1 parent 1e987c5 commit 65dfc5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm i -g npm@8
- run: npm ci
- run: npm run build
- run: npm run lint
Expand Down

0 comments on commit 65dfc5d

Please sign in to comment.