Skip to content

Commit

Permalink
chore: Update node required for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza authored Dec 1, 2021
1 parent 5dc691a commit 3c50f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js v12
uses: actions/setup-node@v1
- name: Setup Node.js v14
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- name: Setup dependencies
run: |
npm install @semantic-release/git @semantic-release/exec --no-save
Expand Down

0 comments on commit 3c50f52

Please sign in to comment.