Skip to content

Commit

Permalink
fix: リリース用ワークフローで使用するNodeのバージョンを14→16にアプデ (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibulog authored Jun 12, 2023
1 parent 0a4089f commit 1c8e73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: git config
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 1c8e73c

Please sign in to comment.