Skip to content

Commit 78e5047

Browse files
authored
chore: fix semantic release dependencies
1 parent df708bc commit 78e5047

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
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup nodejs
5050
uses: actions/setup-node@v2-beta
5151
with:
52-
node-version: 12.x
52+
node-version: 14
5353
- name: Install deps
5454
run: npm install
5555
- name: Build proj

0 commit comments

Comments
 (0)