There was an error while loading. Please reload this page.
1 parent 3d98835 commit 5ece522Copy full SHA for 5ece522
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: 22
23
- name: Install dependencies
24
- run: npm ci
+ run: npm i
25
- name: Build
26
run: npm run build
27
- name: Test
0 commit comments