diff --git a/.github/workflows/update-prettier.yml b/.github/workflows/update-prettier.yml index bdf06c11..cf19c974 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 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1056d6ca..fbd188fe 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: npm - node-version: 16 + node-version: 22 - run: git checkout routes-update || true - run: npm ci - run: rm -rf docs/