diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 13197ef76c..2b991d0c61 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99f576615f..dde4b2e670 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" - name: Get yarn cache id: yarn-cache diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index df2b669c91..b0b66e2e63 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" cache: yarn - name: Test build run: |