chore:Update node version in CI to 14 (#2312)

This commit is contained in:
Alexander Sklar 2022-01-04 18:02:46 -05:00 committed by GitHub
parent 4b3a5deaf6
commit 55b8a7702c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '12.9.1'
node-version: '^14'
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2