We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44820d commit 625e4d4Copy full SHA for 625e4d4
1 file changed
.github/workflows/static.yml
@@ -26,7 +26,7 @@ jobs:
26
# cache: npm # cache node_modules for faster builds
27
28
- name: Install dependencies
29
- run: npm ci # ci (not install) to install exact versions from package-lock.json
+ run: npm i # ci (not install) to install exact versions from package-lock.json
30
31
# Build the SvelteKit project
32
- name: Build project
0 commit comments