add nodejs

This commit is contained in:
千里走单骑 2024-04-03 00:38:44 +08:00
parent 7faa53352e
commit 89d11f75d4
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- 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 }}."
- run: apt update && apt install -y git
- run: apt update && apt install -y git nodejs
- name: 拉取代码
uses: https://${{ env.DOMAIN }}/actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
@ -25,4 +25,3 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: docker ps