update workflow node version
This commit is contained in:
parent
785c81df23
commit
b83bdd9b30
4
.github/workflows/client.yml
vendored
4
.github/workflows/client.yml
vendored
|
|
@ -48,10 +48,10 @@ jobs:
|
||||||
- name: Figure out the PR number
|
- name: Figure out the PR number
|
||||||
run: echo ${{ github.event.pull_request.number }}
|
run: echo ${{ github.event.pull_request.number }}
|
||||||
|
|
||||||
- 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