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