Skip to content

Commit

Permalink
repo: remove extraneous install of npm 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Mar 1, 2022
1 parent f19f4dd commit 4ef1bd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -47,8 +47,6 @@ jobs:
with:
node-version: lts/*
cache: npm
- name: Use NPM 8
run: npm i -g npm@8
- run: npm ci
- name: test
run: npm run test -- --coverage
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -28,8 +28,6 @@ jobs:
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
- name: Use NPM 8
run: npm i -g npm@8
- run: npm ci
- name: build
run: npm run build
Expand Down

0 comments on commit 4ef1bd3

Please sign in to comment.