Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #460 from tanishiking/update-node-release
Browse files Browse the repository at this point in the history
Update node version of release workflow
  • Loading branch information
tanishiking authored Jun 6, 2022
2 parents 4086454 + 2ab6cd5 commit bd52cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "10.x"
node-version: "14.x"

- name: Setup git env
run: |
Expand Down

0 comments on commit bd52cbe

Please sign in to comment.