diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index c25e2d6c..984e3882 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@v6 with: - node-version: 24.11.0 + node-version: 24.11.1 cache: yarn - name: Install dependencies