Skip to content

Commit

Permalink
chore: 删除安装node的步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Sep 27, 2024
1 parent 8a9860e commit 5ff511f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install required dependencies
run: |
apt update
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
- name: Print versions
run: |
git --version
Expand Down

0 comments on commit 5ff511f

Please sign in to comment.