We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a8895 commit 111971dCopy full SHA for 111971d
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
cache: "npm"
27
28
- name: Install dependencies
29
- run: npm ci
+ run: npm install
30
31
- name: TypeScript check
32
run: ./node_modules/.bin/tsc --noEmit
0 commit comments