Skip to content

Commit

Permalink
fix: set github user
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Nov 29, 2023
1 parent 69866bf commit ad2d924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
git config --global user.email "[email protected]"
git config --global user.name "Node.js GitHub Bot"
- name: Install @node-core/utils
run: npm install -g @node-core/utils
- name: Check and download new V8 version
Expand Down

0 comments on commit ad2d924

Please sign in to comment.