Skip to content

Commit 522c0bb

Browse files
committed
Tried to fix the build workflow
1 parent 8cbdd6a commit 522c0bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Install dependencies
2727
- name: Install dependencies
28-
run: npm install
28+
run: npm ci
2929

3030
# Build the error pages using Parcel
3131
- name: Build error pages

0 commit comments

Comments
 (0)