mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
17 lines
336 B
YAML
17 lines
336 B
YAML
on:
|
|
push:
|
|
env:
|
|
TZ: Asia/Shanghai
|
|
jobs:
|
|
another-job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: yanhao98/composite-actions/setup-node-pnpm-install@main
|
|
- name: Check Node and PNPM versions
|
|
run: |
|
|
set -x
|
|
node --version
|
|
pnpm --version
|
|
date
|
|
pwd
|
|
ls -al |