From 5a311297421a68a5b4f28bd9d78ec463885c2e92 Mon Sep 17 00:00:00 2001 From: Niraj Adhikari <41701707+nrjadkry@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:00:06 +0545 Subject: [PATCH] Update node version to 20 in pre-commit config --- .github/workflows/pre-commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 7d2100ba..d7724025 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -20,10 +20,10 @@ jobs: with: ref: ${{ github.ref }} - - name: Use Node.js 19.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: 19.x + node-version: 20.x - name: Install yarn working-directory: ./src/frontend/