Skip to content

Commit

Permalink
don't install npm again
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Sep 14, 2023
1 parent 13320c5 commit f7cfcae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
CI: true
CI: true

0 comments on commit f7cfcae

Please sign in to comment.