diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index 876c797..5afc669 100644 --- a/.github/workflows/update-feed.yaml +++ b/.github/workflows/update-feed.yaml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - name: Install dependencies run: npm i - name: Build the feed