Skip to content

Commit b6cb57d

Browse files
committed
npm ci > npm install
1 parent 00c7c62 commit b6cb57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Install grammar test deps
8888
working-directory: tools/grammar-tests
89-
run: npm ci
89+
run: npm install
9090

9191
- name: Run grammar tests (must pass before commit)
9292
working-directory: tools/grammar-tests

0 commit comments

Comments
 (0)