Skip to content

Commit 096c056

Browse files
committed
remove unnecessary npm i -g npm
1 parent 6fe3713 commit 096c056

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/node.js.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: "18"
19-
- run: npm i -g npm
2019
- run: npm install
2120
- run: npm run lint
2221

@@ -37,6 +36,5 @@ jobs:
3736
uses: actions/setup-node@v4
3837
with:
3938
node-version: ${{ matrix.node-version }}
40-
- run: npm install --global npm
4139
- run: npm install
4240
- run: npm run test

0 commit comments

Comments
 (0)