Update release-branch-artifact.yaml

12 -> 14 (we have odd test errors on 12 that aren't worth debugging)
This commit is contained in:
Wesley Wigham
2022-04-08 11:12:29 -07:00
committed by GitHub
parent 3b2fa50a14
commit 1df80737a1

View File

@@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use node version 12
- name: Use node version 14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Remove existing TypeScript
run: |
npm uninstall typescript --no-save