diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index b059d7c..86f101d 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '14' # or the version you're using + node-version: '18.14.1' # Ensure this matches Astro's requirements - name: Install dependencies run: npm install - name: Build