Skip to content

Commit 4d69bc3

Browse files
committed
chore: Migrate from 'npm@7' to 'npm@6', since that’s what the CI runners use
actions/setup-node#213
1 parent b55e08d commit 4d69bc3

File tree

4 files changed

+22949
-84961
lines changed

4 files changed

+22949
-84961
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 14
1515

1616
- name: Install dependencies
17-
run: npm install
17+
run: npm ci
1818

1919
- name: Lint
2020
run: npm run lint

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 14
2121

2222
- name: Install dependencies
23-
run: npm install
23+
run: npm ci
2424

2525
- name: Create release pull request or publish to npm
2626
id: changesets

0 commit comments

Comments
 (0)