fix: 使用 Alpine 容器镜像解决 checkout action 找不到 node 的问题
This commit is contained in:
@@ -6,6 +6,7 @@ on: [push]
|
||||
jobs:
|
||||
health:
|
||||
runs-on: aliyun
|
||||
container: node:22-alpine
|
||||
steps:
|
||||
- run: echo "🎉 Triggered by ${{ gitea.event_name }} event"
|
||||
- run: echo "🌿 Branch: ${{ gitea.ref }}, Repo: ${{ gitea.repository }}"
|
||||
|
||||
Reference in New Issue
Block a user