From e66f9e76388e815bb57c25367bce7d4e5c3649ff Mon Sep 17 00:00:00 2001 From: William Tran Date: Sat, 14 Oct 2023 16:04:37 -0400 Subject: [PATCH] fix: lint crashing on wrong node version --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b525d746..1a65240c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.typescript-backend == 'true' uses: actions/setup-node@v2 with: - node-version: "14.15.5" + node-version: "18.16.0" cache: "yarn" cache-dependency-path: | frontend/yarn.lock