diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index e744d198..79118dab 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 16 + node-version: 22 - run: npm ci - run: npm run lint:fix - uses: gr2m/create-or-update-pull-request-action@v1.x