mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-14 12:20:20 +00:00
Change node version
This commit is contained in:
parent
0c3a1a260c
commit
861cc3d588
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-deploy.yml
vendored
2
.github/workflows/build-deploy.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Install Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 13.x
|
||||
node-version: 14
|
||||
|
||||
- name: Install Yarn packages
|
||||
run: yarn install
|
||||
|
|
|
|||
Loading…
Reference in a new issue