Test Node
This commit is contained in:
parent
115e43acfd
commit
3b27c7bf4f
1 changed files with 5 additions and 5 deletions
10
.github/workflows/sonar.yml
vendored
10
.github/workflows/sonar.yml
vendored
|
|
@ -60,11 +60,11 @@ jobs:
|
|||
- name: Prepare environment variables
|
||||
run: |
|
||||
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
||||
# - name: Setup Node environment
|
||||
# run: |
|
||||
# apk add --update nodejs npm
|
||||
# node --version
|
||||
# npm --version
|
||||
- name: Setup Node environment
|
||||
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