mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: replace node-version: 12.x
with node-version: 16
too
This commit is contained in:
parent
2327f0781b
commit
e7bf33b206
5 changed files with 14 additions and 14 deletions
6
.github/workflows/windows_ci.yml
vendored
6
.github/workflows/windows_ci.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16
|
||||
- name: Build
|
||||
run: |
|
||||
gcc --version
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16
|
||||
- name: Build
|
||||
run: |
|
||||
echo %VFLAGS%
|
||||
|
@ -139,7 +139,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16
|
||||
- name: Build with make.bat -tcc
|
||||
run: |
|
||||
.\make.bat -tcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue