apk -> apt
This commit is contained in:
parent
586089a082
commit
edc28d166e
1 changed files with 6 additions and 2 deletions
8
.github/workflows/sonar.yml
vendored
8
.github/workflows/sonar.yml
vendored
|
|
@ -55,8 +55,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
run: |
|
run: |
|
||||||
apk update
|
# apk update
|
||||||
apk add nodejs npm
|
# apk add nodejs npm
|
||||||
|
apt update -y
|
||||||
|
apt install -y curl ca-certificates
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||||
|
apt install -y nodejs
|
||||||
node --version
|
node --version
|
||||||
npm --version
|
npm --version
|
||||||
- name: Code checkout
|
- name: Code checkout
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue