Test Node
This commit is contained in:
parent
85143f0d4b
commit
3a3815849c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/sonar.yml
vendored
7
.github/workflows/sonar.yml
vendored
|
|
@ -54,9 +54,10 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node environment
|
- name: Setup Node environment
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
apk add --update nodejs npm
|
||||||
node-version: "24"
|
node --version
|
||||||
|
npm --version
|
||||||
- name: Code checkout
|
- name: Code checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue