fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #575 from hey-api/ci/match-pnpm-version

ci: match pnpm version to packagemanager field

authored by

Lubos and committed by
GitHub
ca5e73ab 94ef0155

+3 -3
+1 -1
.github/workflows/ci.yml
··· 24 24 25 25 - uses: pnpm/action-setup@v3 26 26 with: 27 - version: 8 27 + version: 8.15.7 28 28 29 29 - uses: actions/setup-node@v4 30 30 with:
+1 -1
.github/workflows/coverage.yml
··· 23 23 24 24 - uses: pnpm/action-setup@v3 25 25 with: 26 - version: 8 26 + version: 8.15.7 27 27 28 28 - uses: actions/setup-node@v4 29 29 with:
+1 -1
.github/workflows/release.yml
··· 16 16 17 17 - uses: pnpm/action-setup@v3 18 18 with: 19 - version: 8 19 + version: 8.15.7 20 20 21 21 - uses: actions/setup-node@v4 22 22 with: