We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b75fb commit 7b19ac5Copy full SHA for 7b19ac5
1 file changed
.github/workflows/static.yml
@@ -21,10 +21,9 @@ jobs:
21
- uses: actions/setup-node@v4
22
with:
23
node-version-file: .nvmrc
24
- # cache: npm # cache node_modules for faster builds
25
26
- name: Install dependencies
27
- run: npm i # ci (not install) to install exact versions from package-lock.json
+ run: npm i
28
29
# Build the SvelteKit project
30
- name: Build project
0 commit comments