Skip to content

Commit b74389c

Browse files
authored
chore: add packageManager field to for explicit pnpm version (#549)
1 parent efb3509 commit b74389c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Setup pnpm
3333
uses: pnpm/action-setup@v3
3434
with:
35-
version: 9
3635
run_install: true
3736

3837
- name: Lint

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v3
29-
with:
30-
version: 9
3129

3230
- name: Get pnpm store directory
3331
shell: bash

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "tsx",
33
"version": "0.0.0-semantic-release",
4+
"packageManager": "[email protected]",
45
"description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
56
"keywords": [
67
"cli",

0 commit comments

Comments
 (0)