Skip to content

Commit 6c07420

Browse files
fix: fix spurious failure in neostandard integration test (#20023)
* fix: fix spurious failure in neostandard integration test * better
1 parent 676f4ac commit 6c07420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/types-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Packages (neostandard)
6868
working-directory: neostandard
6969
run: |
70-
npm install --no-package-lock ../eslint
70+
npm ci && npm install --no-save ../eslint
7171
7272
- name: Run TSC
7373
working-directory: neostandard

0 commit comments

Comments
 (0)