ci: pin node for jsdom tests
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 1m28s

This commit is contained in:
TerryM
2026-05-16 21:12:48 +08:00
parent 1c1ef4801b
commit 5b67279734
5 changed files with 610 additions and 87 deletions

View File

@@ -13,6 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
- name: Install dependencies
run: npm ci