Skip to content

Commit 5e0e2ca

Browse files
diberrymanekinekko
andauthored
Update articles/container-apps/javascript-overview.md
Co-authored-by: Wassim Chegham <[email protected]>
1 parent e1190c5 commit 5e0e2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/javascript-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For production builds, make sure you use the correct version tag, which may not
190190
node-version: '22'
191191

192192
- name: Install dependencies
193-
run: npm install
193+
run: npm ci
194194

195195
- name: Build the app
196196
run: npm run build

0 commit comments

Comments
 (0)