Update .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s

This commit is contained in:
Benjamyn Love 2023-07-18 22:33:22 -04:00
parent b035d66b77
commit a4452cdbf9

View File

@ -10,8 +10,7 @@ jobs:
- run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- 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 update && apt install nodejs -y
- run: node --version
- name: Check out repository code
uses: actions/checkout@v3