diff --git a/.github/workflows/check_ota_pr.yml b/.github/workflows/check_ota_pr.yml index 900ffb0..756dbf8 100644 --- a/.github/workflows/check_ota_pr.yml +++ b/.github/workflows/check_ota_pr.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9062f85..cf51549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,10 @@ jobs: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: 9 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/concat_cacerts.yml b/.github/workflows/concat_cacerts.yml index 5604d7c..234c5b1 100644 --- a/.github/workflows/concat_cacerts.yml +++ b/.github/workflows/concat_cacerts.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/overwrite_cache.yml b/.github/workflows/overwrite_cache.yml index 5424f6c..a49483f 100644 --- a/.github/workflows/overwrite_cache.yml +++ b/.github/workflows/overwrite_cache.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/report_ota_pr.yml b/.github/workflows/report_ota_pr.yml index 71554d2..c19423b 100644 --- a/.github/workflows/report_ota_pr.yml +++ b/.github/workflows/report_ota_pr.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/reprocess_all_images.yml b/.github/workflows/reprocess_all_images.yml index 34d6f55..64c7c7b 100644 --- a/.github/workflows/reprocess_all_images.yml +++ b/.github/workflows/reprocess_all_images.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/run_autodl.yml b/.github/workflows/run_autodl.yml index b64eb44..4e0b5b3 100644 --- a/.github/workflows/run_autodl.yml +++ b/.github/workflows/run_autodl.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/run_autodl_daily.yml b/.github/workflows/run_autodl_daily.yml index 1ff0875..ff4abf1 100644 --- a/.github/workflows/run_autodl_daily.yml +++ b/.github/workflows/run_autodl_daily.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index dc4d004..6e3fd02 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -24,7 +24,9 @@ jobs: node-version: 22 cache: pnpm - - run: pnpm up --latest + - run: | + pnpm self-update + pnpm up --latest - uses: peter-evans/create-pull-request@v7 id: cpr diff --git a/.github/workflows/update_manifests.yml b/.github/workflows/update_manifests.yml index 3953688..f6a2a4e 100644 --- a/.github/workflows/update_manifests.yml +++ b/.github/workflows/update_manifests.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 registry-url: https://registry.npmjs.org/ cache: pnpm