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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue