mirror of
https://github.com/frappe/bench.git
synced 2025-01-10 09:02:10 +00:00
chore: Update node required for semantic-release
This commit is contained in:
parent
5dc691a4f5
commit
3c50f5249b
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user