From 08b16c1fa89d2eb319a95d47aed801628a1d8d16 Mon Sep 17 00:00:00 2001 From: Neema Tsering Date: Thu, 11 Apr 2024 17:13:15 +0000 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ff40022..ae23e9c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,14 +34,14 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'npm' - name: Install dependencies - run: npm install + run: npm ci - name: Build run: npm run build - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v4 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: