Skip to content

Commit

Permalink
fix dependencies (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Oct 29, 2024
1 parent 88453d6 commit dd13ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
node-version: 20

- name: Install
run: npm install
run: npm ci

- name: Compile Front-end
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CICD_no_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
node-version: 20

- name: Install
run: npm install
run: npm ci

- name: Compile Front-end
run: npm run build
Expand Down

0 comments on commit dd13ed7

Please sign in to comment.