diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 92f0841..14103b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: 22 + node-version: 18 cache: 'npm' - name: Install dependencies run: npm install