Skip to content

Commit 88cafff

Browse files
authored
Merge pull request #28 from IBM/sr
fix(SemanticRelease): latest SR needs node version >= 14.17
2 parents b17a4ca + 5056a2d commit 88cafff

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)