Skip to content

Update pnpm to v10.12.2 (get-service-versions) (#2025) #2038

Update pnpm to v10.12.2 (get-service-versions) (#2025)

Update pnpm to v10.12.2 (get-service-versions) (#2025) #2038

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20
- run: npm install -g pnpm@latest-10
- run: |
find */package.json | xargs -n1 dirname | while read -r dir; do
pushd "$dir"
pnpm i
pnpm run build
popd
done
- uses: int128/release-typescript-action@4b93cf2f4b55fbce962db4c9acb89760c4a699d9 # v1.36.0