diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index bfb308da..eba97d7a 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@v7 with: - node-version: 24.14.0 + node-version: 24.19.0 cache: yarn - name: Install dependencies