From 87b0d180794ca57036903da1bf96d55e9825a4a6 Mon Sep 17 00:00:00 2001 From: miu <205594122@qq.com> Date: Sun, 15 Mar 2026 04:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build-ex?= =?UTF-8?q?e.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-exe.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-exe.yml b/.github/workflows/build-exe.yml index 613c775..db64079 100644 --- a/.github/workflows/build-exe.yml +++ b/.github/workflows/build-exe.yml @@ -8,6 +8,9 @@ on: jobs: build: runs-on: Ubuntu_docker_act + # 指定一个包含了 Node.js 的 Docker 镜像 + container: + image: node:20-bullseye steps: - name: Checkout