diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c40721c..dbb98a9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '24.x' + node-version: '22.x' - name: Install dependencies run: npm ci @@ -68,7 +68,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v6 with: - node-version: '24.x' + node-version: '22.x' - name: Install dependencies run: npm ci