From 4e452200bc7e4ccc8935cd5a2f018767fb92595a Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 14 Feb 2021 14:29:17 -0600 Subject: Update compile.yml --- .github/workflows/compile.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index fd60bc4..f8e1d50 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -7,6 +7,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + with: + node-version: '14' - name: Compile Typescript uses: FuLagann/tsc-build-push@v1 with: -- cgit