Skip to content

Commit 5056a2d

Browse files
author
Gaurav Goswami
committed
fix(SemanticRelease): latest SR needs node version >= 14.17
1 parent b17a4ca commit 5056a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: setup nodejs
6464
uses: actions/setup-node@v2
6565
with:
66-
node-version: '12'
66+
node-version: '16'
6767

6868
- name: release using semantic-release
6969
env:

0 commit comments

Comments
 (0)