apt-get -> apt
This commit is contained in:
parent
b03e3dd0d8
commit
8969c3b44b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/sonar.yml
vendored
6
.github/workflows/sonar.yml
vendored
|
|
@ -55,10 +55,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
run: |
|
run: |
|
||||||
apt-get update -y
|
apt update -y
|
||||||
apt-get install -y curl ca-certificates
|
apt install -y curl ca-certificates
|
||||||
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||||
apt-get install -y nodejs
|
apt install -y nodejs
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
# - name: Download build artifacts
|
# - name: Download build artifacts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue