chore(deps): update yanhao98/composite-actions digest to faab20a
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m33s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m5s

This commit was merged in pull request #160.
This commit is contained in:
2025-12-08 23:32:43 +08:00
committed by gitea_1-h.cc
parent e91476f55c
commit 4a97eca056

View File

@@ -17,7 +17,7 @@ jobs:
container: mcr.microsoft.com/playwright:v1.56.1-noble container: mcr.microsoft.com/playwright:v1.56.1-noble
steps: steps:
- name: ⚙️ 设置 Node 环境 - name: ⚙️ 设置 Node 环境
uses: yanhao98/composite-actions/setup-node-environment@94776edf02c64cf4a9393702dbc79de41c0d596d uses: yanhao98/composite-actions/setup-node-environment@faab20ac2f9c85dfce1a4147fca493bf632bd744
# - name: 📥 安装 Playwright 浏览器 # - name: 📥 安装 Playwright 浏览器
# run: pnpm exec playwright install --with-deps # run: pnpm exec playwright install --with-deps
- name: 📦 构建项目 - name: 📦 构建项目
@@ -32,7 +32,7 @@ jobs:
steps: steps:
- name: 🛠️ 设置Node环境 - name: 🛠️ 设置Node环境
uses: yanhao98/composite-actions/setup-node-environment@94776edf02c64cf4a9393702dbc79de41c0d596d uses: yanhao98/composite-actions/setup-node-environment@faab20ac2f9c85dfce1a4147fca493bf632bd744
- name: 🔍 静态代码分析 - name: 🔍 静态代码分析
run: pnpm run lint run: pnpm run lint