Skip to content

Commit 427a5d2

Browse files
committed
ci: shouldn't need to use npm 7 to install everything
1 parent 9d84586 commit 427a5d2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

23-
- name: Install npm@7
24-
run: npm install -g npm@7
25-
26-
- name: Install deps
27-
run: npm ci
28-
29-
- name: Build dist
30-
run: npm run build
31-
32-
- name: Run tests
33-
run: npm test
23+
- run: npm ci
24+
- run: npm run build
25+
- run: npm test

0 commit comments

Comments
 (0)