Skip to content

Commit 23e445e

Browse files
committed
ci: remove legacy step
1 parent 967ab19 commit 23e445e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,5 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
- run: npm install -g npm@^8
30-
if: matrix.node-version == '14.x'
3129
- run: npm ci
3230
- run: npm test

0 commit comments

Comments
 (0)