diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50d312c0..e0ec0fd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: "pnpm" registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f1115795..63804ff7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: - name: Setup node uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: "pnpm" - name: Install dependencies