Skip to content

Commit

Permalink
chore: add packageManager field to for explicit pnpm version (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 13, 2024
1 parent efb3509 commit b74389c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Lint
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "tsx",
"version": "0.0.0-semantic-release",
"packageManager": "pnpm@9.1.0",
"description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
"keywords": [
"cli",
Expand Down

0 comments on commit b74389c

Please sign in to comment.