diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index e5c37af84..e4a9ff168 100644 --- a/.github/workflows/update-prettier.yml +++ b/.github/workflows/update-prettier.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: lts/* cache: npm - run: npm ci - run: npm run lint:fix