try to use node
This commit is contained in:
parent
553ee60df5
commit
361855cd41
1 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue