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:
|
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