Revert
This commit is contained in:
parent
edc28d166e
commit
5ee2d12760
1 changed files with 2 additions and 6 deletions
8
.github/workflows/sonar.yml
vendored
8
.github/workflows/sonar.yml
vendored
|
|
@ -55,12 +55,8 @@ jobs:
|
|||
steps:
|
||||
- name: Setup Node environment
|
||||
run: |
|
||||
# apk update
|
||||
# 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
|
||||
apk update
|
||||
apk add nodejs npm
|
||||
node --version
|
||||
npm --version
|
||||
- name: Code checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue