Skip to content

Commit

Permalink
Set the packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Sep 9, 2024
1 parent 5b37d41 commit 1c4ad81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
NODE_VERSION: 18
PNPM_VERSION: 9

jobs:
lint:
Expand All @@ -21,8 +20,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -47,8 +44,6 @@ jobs:

- name: Set up pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@changesets/get-github-info": "^0.6.0",
"update-workspace-root-version": "^1.0.0"
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": "18.* || >= 20",
"pnpm": ">= 9"
Expand Down

0 comments on commit 1c4ad81

Please sign in to comment.