diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index bfb308da..9986c4d5 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.18.0 cache: yarn - name: Install dependencies