mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
14 lines
324 B
YAML
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 |