Skip to content

Commit edb0d40

Browse files
authored
Change npm ci to npm i in workflow
1 parent 49b9d88 commit edb0d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
cp docs/parameters.json ../public/static/parameters.json
166166
cd ../
167167
# Build with Next.js
168-
npm ci
168+
npm i
169169
npm run build
170170
# Move the output to a versioned directory
171171
cp -r out ./${{ steps.get-patch.outputs.patch }}

0 commit comments

Comments
 (0)