Skip to content

Commit 4ef1bd3

Browse files
committed
repo: remove extraneous install of npm 8.
1 parent f19f4dd commit 4ef1bd3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ jobs:
4747
with:
4848
node-version: lts/*
4949
cache: npm
50-
- name: Use NPM 8
51-
run: npm i -g npm@8
5250
- run: npm ci
5351
- name: test
5452
run: npm run test -- --coverage

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
with:
2929
node-version: lts/*
3030
registry-url: https://registry.npmjs.org
31-
- name: Use NPM 8
32-
run: npm i -g npm@8
3331
- run: npm ci
3432
- name: build
3533
run: npm run build

0 commit comments

Comments
 (0)