mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: replace node-version: 12.x with node-version: 16 too
This commit is contained in:
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16
|
||||
- name: Build
|
||||
run: |
|
||||
echo %VFLAGS%
|
||||
|
||||
Reference in New Issue
Block a user