diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index b9e0507d..8a31316f 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '23' + node-version: '24' - name: Install frontend dependencies run: |