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:
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