From 361855cd41d97fee45e303dfd1af7ea72231a4ec Mon Sep 17 00:00:00 2001 From: Brendan McDevitt Date: Fri, 28 Mar 2025 07:05:46 -0500 Subject: [PATCH] try to use node --- .forgejo/workflows/daily-collect.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/daily-collect.yaml b/.forgejo/workflows/daily-collect.yaml index 7943660..15e2136 100644 --- a/.forgejo/workflows/daily-collect.yaml +++ b/.forgejo/workflows/daily-collect.yaml @@ -11,15 +11,15 @@ jobs: update-feed: runs-on: ubuntu-latest container: - image: ubuntu:22.04 + image: node:18 steps: - - name: Install Dependencies - run: | - apt-get update -y && apt-get install -y \ - git \ - openssh-client \ - curl \ - ca-certificates + # - name: Install Dependencies + #run: | + # apt-get update -y && apt-get install -y \ + # git \ + # openssh-client \ + # curl \ + # ca-certificates - name: Checkout repository uses: actions/checkout@v4