diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cfc7219..be5ac39 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v7 with: - node-version: 22 + node-version-file: package.json cache: npm - name: Install dependencies