diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index e7fef069..137d59ae 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: - node-version: 22.19.0 + node-version: 22.20.0 cache: yarn - name: Install dependencies