actions test9

This commit is contained in:
z9130 2024-09-16 13:30:58 +08:00
parent 42e5916732
commit 43f54b7f23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: pansoft runs-on: ubuntu-22.04:host
strategy: strategy:
matrix: matrix:
project: [web-office] project: [web-office]
@ -12,7 +12,7 @@ jobs:
steps: steps:
# Set up Node.js environment # Set up Node.js environment
- name: Set up Node.js - name: Set up Node.js
uses: https://gitee.com/z9130/actions-setup-node.git@v4 uses: https://gitee.com/z9130/actions-setup-node.git@v3
with: with:
node-version: "22" # 确保使用与你项目兼容的 Node.js 版本 node-version: "22" # 确保使用与你项目兼容的 Node.js 版本