2
0
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:
gavin 2021-12-02 00:31:47 +05:30 committed by GitHub
parent 5dc691a4f5
commit 3c50f5249b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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