Skip to content

Commit

Permalink
CI: add setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 26, 2023
1 parent 5ddc69a commit f97b6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release-pr.yml
Expand Up @@ -21,6 +21,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Update Version
run: |
git config --global user.email "${GIT_AUTHOR_EMAIL}"
Expand Down

0 comments on commit f97b6dc

Please sign in to comment.