1
0
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:
Delyan Angelov
2023-02-25 14:29:00 +02:00
parent 2327f0781b
commit e7bf33b206
5 changed files with 14 additions and 14 deletions

View File

@@ -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%