Skip to content

Commit 218e1c0

Browse files
committed
ci: switch to npm install from npm ci
1 parent 9959b5f commit 218e1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: "https://registry.npmjs.org/"
2020

2121
- name: Install dependencies
22-
run: npm ci --include=optional
22+
run: npm install
2323

2424
- name: Build package
2525
run: npm run build --if-present

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "npm"
2222

2323
- name: Install dependencies
24-
run: npm ci --include=optional
24+
run: npm install
2525

2626
- name: Run linting
2727
run: npm run lint --if-present

0 commit comments

Comments
 (0)