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
|
||||
steps:
|
||||
- name: Setup Node environment
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
run: |
|
||||
apk add --update nodejs npm
|
||||
node --version
|
||||
npm --version
|
||||
- name: Code checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue