Skip to content

Commit aa9800e

Browse files
authored
Merge pull request #684 from watson-developer-cloud/gha_9926
ci: Gha 9926
2 parents dae4e39 + 43c1556 commit aa9800e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
persist-credentials: false
25+
2526
- name: Setup Node.js
2627
uses: actions/setup-node@v1
2728
with:
28-
node-version: 12
29+
node-version: 14
30+
2931
- name: Install Semantic Release dependencies
3032
run: |
3133
sudo apt-get install bumpversion
@@ -36,6 +38,7 @@ jobs:
3638
npm install -g @semantic-release/github
3739
npm install -g @semantic-release/commit-analyzer
3840
npm install -g @semantic-release/release-notes-generator
41+
3942
- name: Publish to Git Releases and Tags
4043
env:
4144
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)