Bump to node 12

This commit is contained in:
TC
2020-11-21 22:54:43 +01:00
parent e197087a50
commit 059f756d89
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ init:
install:
# Install node
- ps: Install-Product node 10 x64
- ps: Install-Product node 12 x64
# Install dependencies
- yarn --frozen-lockfile