更新 .github/workflows/build-exe.yml
This commit is contained in:
3
.github/workflows/build-exe.yml
vendored
3
.github/workflows/build-exe.yml
vendored
@@ -8,6 +8,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: Ubuntu_docker_act
|
runs-on: Ubuntu_docker_act
|
||||||
|
# 指定一个包含了 Node.js 的 Docker 镜像
|
||||||
|
container:
|
||||||
|
image: node:20-bullseye
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user