try to use node

This commit is contained in:
Brendan McDevitt 2025-03-28 07:05:46 -05:00
parent 553ee60df5
commit 361855cd41

View file

@ -11,15 +11,15 @@ jobs:
update-feed: update-feed:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ubuntu:22.04 image: node:18
steps: steps:
- name: Install Dependencies # - name: Install Dependencies
run: | #run: |
apt-get update -y && apt-get install -y \ # apt-get update -y && apt-get install -y \
git \ # git \
openssh-client \ # openssh-client \
curl \ # curl \
ca-certificates # ca-certificates
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4