修改打包镜像
Some checks failed
Build and Deploy / build (push) Failing after 44s

This commit is contained in:
cheney 2026-04-16 10:16:08 +08:00
parent 5c52702f33
commit 5751ac05a2

View File

@ -11,14 +11,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:24-alpine
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check Node.js version
run: node --version
- name: Install dependencies
run: npm install --registry=https://registry.npmmirror.com