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

Commit bd52cbe

Browse files
authored
Merge pull request #460 from tanishiking/update-node-release
Update node version of release workflow
2 parents 4086454 + 2ab6cd5 commit bd52cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: "10.x"
19+
node-version: "14.x"
2020

2121
- name: Setup git env
2222
run: |

0 commit comments

Comments
 (0)