diff --git a/.github/workflows/update-feed.yaml b/.github/workflows/update-feed.yaml index 35ea29b..892c408 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@v2.1.4 with: - node-version: "14" + node-version: "16" - name: Install dependencies run: npm i - name: Build the feed