apt -> apk
This commit is contained in:
parent
8969c3b44b
commit
5d8fb9fb91
1 changed files with 2 additions and 4 deletions
6
.github/workflows/sonar.yml
vendored
6
.github/workflows/sonar.yml
vendored
|
|
@ -55,10 +55,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apk update -y
|
||||||
apt install -y curl ca-certificates
|
apk add nodejs npm
|
||||||
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
|
||||||
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