ci: add node
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
2026-01-24 20:55:15 +08:00
parent 4b757dc60c
commit 4d593c7e74

View File

@@ -13,7 +13,7 @@ jobs:
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
steps:
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
- 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 }}."