diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79c0a66..9c64c42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" cache: "npm" - name: Install dependencies