From 41ba62b41fa2c91216dc180cd8fbae0a6fd05f78 Mon Sep 17 00:00:00 2001 From: sophia pung Date: Tue, 6 Feb 2024 12:10:27 -0600 Subject: [PATCH] updating build --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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