Skip to content

Commit

Permalink
add nodejs to allow sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 25, 2019
1 parent 357a8db commit 5f46810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
submodules: true
lfs: true
- uses: actions/setup-node@v1
with:
node-version: '10.x'
registry-url: https://npm.pkg.github.com/
scope: "@aem-design"
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN_ADMIN }}
- name: set eval variables
run: |
echo ::set-env name=DOCKER_COMMAND::docker run --user $(id -u):$(id -g) -v ${GITHUB_WORKSPACE}:/build ${DOCKER_IMAGE}
Expand Down

0 comments on commit 5f46810

Please sign in to comment.