From 64cb1cbde586a9d51e90dd07cd335dcebfc7b444 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Mon, 12 Jul 2021 04:13:58 -0500 Subject: Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index ef4c4c4..1e7032b 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.0' + node-version: '16.0.0' - run: npm install - name: Compile Typescript uses: FuLagann/tsc-build-push@v1 -- cgit