Update node version in Release workflow
This commit is contained in:
parent
ed1c926c8a
commit
5c3cd76e90
4
.github/workflows/github-release.yml
vendored
4
.github/workflows/github-release.yml
vendored
|
|
@ -54,10 +54,10 @@ jobs:
|
||||||
# Checkout the code
|
# Checkout the code
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Use Node.js 10.16.3
|
- name: Use Node.js 14.15.4
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "10.16.3"
|
node-version: "14.15.4"
|
||||||
|
|
||||||
# Retrieve npm dependencies from cache. After a successful run, these dependencies are cached again
|
# Retrieve npm dependencies from cache. After a successful run, these dependencies are cached again
|
||||||
- name: Cache npm dependencies
|
- name: Cache npm dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user