Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 21, 2024
2 parents e5340c0 + 89cca50 commit 1b83c16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-and-deploy-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-node@v4
with:
node-version: '12.16.1'
Expand Down

0 comments on commit 1b83c16

Please sign in to comment.