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/