Skip to content

Commit cf51db8

Browse files
weswighamJack-Works
authored andcommitted
Update release-branch-artifact.yaml
12 -> 14 (we have odd test errors on 12 that aren't worth debugging)
1 parent 83c303e commit cf51db8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-branch-artifact.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use node version 12
14+
- name: Use node version 14
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- name: Remove existing TypeScript
1919
run: |
2020
npm uninstall typescript --no-save

0 commit comments

Comments
 (0)