mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
10 lines
205 B
YAML
10 lines
205 B
YAML
on:
|
|
push:
|
|
jobs:
|
|
another-job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: yanhao98/composite-actions/setup-node-pnpm-install@main
|
|
- run: |
|
|
node --version
|
|
pnpm --version |