Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
youhide committed Dec 16, 2019
1 parent ab4c90d commit e8afe03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: config git user and mail
run: |
git config --global user.email "docker@para.desenvolvedores"
git config --global user.name "Docker para Desenvolvedores"
- name: npm install, build, and deploy
run: |
npm ci
Expand Down

0 comments on commit e8afe03

Please sign in to comment.