From 84f3923caec587cdabdc5d3d2341f8fb98056d5b Mon Sep 17 00:00:00 2001 From: Navdeep Date: Thu, 12 Sep 2024 15:59:42 -0400 Subject: [PATCH] LF-4395 use node v20 in api linting job --- .github/workflows/lint_translation_files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_translation_files.yml b/.github/workflows/lint_translation_files.yml index e4f6b1403a..d3171d4530 100644 --- a/.github/workflows/lint_translation_files.yml +++ b/.github/workflows/lint_translation_files.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies for Node.js server run: npm install