Skip to content

Commit 718e61d

Browse files
committed
Use simpler install method?
1 parent ace91a8 commit 718e61d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cli_tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
node-version-file: package.json
2424
cache: npm
2525

26-
# Working around https://github.com/npm/cli/issues/4828
27-
- run: npm install --no-package-lock
26+
- run: npm install
2827

2928
- name: Build CLI
3029
run: npm run build

0 commit comments

Comments
 (0)