Update node version of workflows (#564)

12 -> 14
This commit is contained in:
Nathan Shively-Sanders
2022-11-09 10:16:24 -08:00
committed by GitHub
parent 2a1f6b780c
commit a0c6005425
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ jobs:
git config user.name "TypeScript Bot"
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
registry-url: https://registry.npmjs.org
- name: install
run: yarn install --frozen-lockfile

View File

@@ -11,7 +11,7 @@ jobs:
ref: master
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 14.x
registry-url: https://registry.npmjs.org
- name: configure git
run: |