Skip to content

Commit

Permalink
remove unnecessary npm i -g npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2024
1 parent 6fe3713 commit 096c056
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "18"
- run: npm i -g npm
- run: npm install
- run: npm run lint

Expand All @@ -37,6 +36,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global npm
- run: npm install
- run: npm run test

0 comments on commit 096c056

Please sign in to comment.