Update .gitea/workflows/demo.yaml

This commit is contained in:
Benjamyn Love 2023-07-18 22:24:24 -04:00
parent 8eeb2ef31b
commit c9ff395153

View File

@ -11,7 +11,7 @@ jobs:
- run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Install nodejs
run: apt update
- run: apt install nodejs -y
run: apt install nodejs -y
- run: echo "${node --version}"
- name: Check out repository code
uses: actions/checkout@v3