diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 50e7dedd..6d51316a 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@v4 with: - node-version: 22.18.0 + node-version: 22.19.0 cache: yarn - name: Install dependencies