diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 2e731ebc97..37bdb00a8e 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 22 cache: yarn - name: Install Yarn