diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da0c83b..1c22681 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 cache: npm - name: Install dependencies