Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Mar 11, 2024
1 parent e56885b commit 3442e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
submodules: recursive

- name: Setup Git identity
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Setup Nodejs and npm
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 3442e60

Please sign in to comment.