Skip to content

Commit

Permalink
ci: remove now-unneeded npm install step
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jul 16, 2023
1 parent 22f4ebd commit 4b1bfc1
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 @@ -14,6 +14,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@9
- run: npm ci
- run: npm test

0 comments on commit 4b1bfc1

Please sign in to comment.