diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 255652a..9094452 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: "22.x" + node-version: "24.x" cache: "npm" - name: Install dependencies