Skip to content

Commit

Permalink
fix(ci): Update dependencies installation in commit-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Mar 14, 2024
1 parent 6c5d288 commit 85e9ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: Install required dependencies
run: |
apt update
apt install -y sudo
sudo apt update
sudo apt install -y sudo
sudo apt install -y git curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs
Expand Down

0 comments on commit 85e9ecd

Please sign in to comment.