Files
composite-actions/.github/workflows/ci.yml
严浩 f2db77321f
All checks were successful
/ another-job (push) Successful in 14s
更新 CI 工作流,指定 composite-actions 的具体版本并新增 Node 和 PNPM 版本检查步骤
2024-09-30 14:58:28 +08:00

14 lines
324 B
YAML

on:
push:
env:
TZ: Asia/Shanghai
jobs:
another-job:
runs-on: ubuntu-latest
steps:
- uses: yanhao98/composite-actions/setup-node-pnpm-install@b405146d7a0f29731128935fdfec0be07a9c7e99
- name: Check Node and PNPM versions
run: |
node --version
pnpm --version
date