fix: 使用 Alpine 容器镜像解决 checkout action 找不到 node 的问题

This commit is contained in:
hhs
2026-06-13 11:38:48 +08:00
parent 17c8ced6bd
commit c5c9bf802f
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ on:
jobs:
ci:
runs-on: aliyun
container: node:22-alpine
defaults:
run:
working-directory: frontend