We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb42289 commit 9c8633aCopy full SHA for 9c8633a
.github/workflows/merge.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-node@v4
19
20
- name: Install dependencies
21
- run: npm ci
+ run: npm i
22
23
- name: Build
24
run: npm run build
0 commit comments