Skip to content

Commit

Permalink
chore: Migrate from 'npm@7' to 'npm@6', since that’s what the CI runn…
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed May 25, 2021
1 parent b55e08d commit 4d69bc3
Show file tree
Hide file tree
Showing 4 changed files with 22,949 additions and 84,961 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 14

- name: Install dependencies
run: npm install
run: npm ci

- name: Lint
run: npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 14

- name: Install dependencies
run: npm install
run: npm ci

- name: Create release pull request or publish to npm
id: changesets
Expand Down

0 comments on commit 4d69bc3

Please sign in to comment.