Skip to content

Commit 442b7be

Browse files
committed
chore: lockfile install only
1 parent 86b1e81 commit 442b7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: "npm"
4040

4141
- name: Install dependencies
42-
run: npm ci
42+
run: npm install --package-lock-only
4343

4444
- name: Build
4545
run: npm run build

0 commit comments

Comments
 (0)