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
|
- name: Prepare environment variables
|
||||||
run: |
|
run: |
|
||||||
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV
|
||||||
# - name: Setup Node environment
|
- name: Setup Node environment
|
||||||
# run: |
|
run: |
|
||||||
# apk add --update nodejs npm
|
apk add --update nodejs npm
|
||||||
# node --version
|
node --version
|
||||||
# npm --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