From e1a54ef3c92ef6ce41fd1054c89c6bc6a78ee586 Mon Sep 17 00:00:00 2001 From: "N.A. Ferrell" <77352335+nafnlj@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:47:04 +0000 Subject: [PATCH] Update update-feed.yaml --- .github/workflows/update-feed.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index afe4f6d..5354274 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -20,8 +20,9 @@ jobs: uses: actions/setup-node@v4 with: node-version: "20" + cache: 'npm' - name: Install dependencies - run: npm ci + run: npm install - name: Build the feed run: npm run build - name: Deploy to GitHub Pages