Skip to content

Commit fd7dace

Browse files
authored
ci: drop the npm@7 requirement before installing deps in ci (#408)
1 parent 2228c2c commit fd7dace

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919

20-
- name: Install npm@7
21-
run: npm install -g npm@7
22-
2320
- name: Install deps
2421
run: npm ci
2522

0 commit comments

Comments
 (0)