mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Update build.yml
This commit is contained in:
parent
aa62ca9a6e
commit
2ca93fdb98
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Installing Node
|
||||
uses: actions/setup-node@v2.5.0
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Installing Node
|
||||
uses: actions/setup-node@v2.5.0
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
- name: Install Node
|
||||
uses: actions/setup-node@v2.5.0
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
|
@ -255,7 +255,7 @@ jobs:
|
|||
- name: Installing Node
|
||||
uses: actions/setup-node@v2.5.0
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 16
|
||||
|
||||
- name: Build
|
||||
shell: powershell
|
||||
|
|
Loading…
Reference in a new issue