Added node
This commit is contained in:
parent
a4f4224908
commit
b03e3dd0d8
1 changed files with 12 additions and 8 deletions
20
.github/workflows/sonar.yml
vendored
20
.github/workflows/sonar.yml
vendored
|
|
@ -54,11 +54,15 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
apt-get update -y
|
||||||
node-version: "24"
|
apt-get install -y curl ca-certificates
|
||||||
- name: Download build artifacts
|
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||||
uses: actions/download-artifact@v3
|
apt-get install -y nodejs
|
||||||
with:
|
node --version
|
||||||
name: output
|
npm --version
|
||||||
path: ./output
|
# - name: Download build artifacts
|
||||||
|
# uses: actions/download-artifact@v3
|
||||||
|
# with:
|
||||||
|
# name: output
|
||||||
|
# path: ./output
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue