Skip to content

Commit 625e4d4

Browse files
committed
npm install
1 parent d44820d commit 625e4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# cache: npm # cache node_modules for faster builds
2727

2828
- name: Install dependencies
29-
run: npm ci # ci (not install) to install exact versions from package-lock.json
29+
run: npm i # ci (not install) to install exact versions from package-lock.json
3030

3131
# Build the SvelteKit project
3232
- name: Build project

0 commit comments

Comments
 (0)