Skip to content

Commit c61713c

Browse files
authored
Revert "build: update extension to use node 20 (#7)" (#9)
This reverts commit 186b04c.
1 parent 186b04c commit c61713c

File tree

8 files changed

+637
-248
lines changed

8 files changed

+637
-248
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v2
2626
with:
27-
node-version: '20'
27+
node-version: '14'
2828

2929
- name: Install tfx-cli and typescript
3030
run: |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.15
1+
0.0.16

package-lock.json

Lines changed: 6 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)