Skip to content

Commit bcda21d

Browse files
committed
fix(deploy.yml): up the version for node to fix semantic-release
1 parent 6ec0828 commit bcda21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v1
4848
with:
49-
node-version: 12
49+
node-version: 14
5050

5151
- name: Install Semantic Release dependencies
5252
run: |

0 commit comments

Comments
 (0)