Skip to content

Commit

Permalink
fix(deploy.yml): up the version for node to fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkowa committed Dec 1, 2021
1 parent 6ec0828 commit bcda21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Install Semantic Release dependencies
run: |
Expand Down

0 comments on commit bcda21d

Please sign in to comment.