Skip to content

Commit

Permalink
Merge pull request #379 from KomelT/add-package-manager
Browse files Browse the repository at this point in the history
Add packageManager in package.json
  • Loading branch information
Hunter275 authored Jan 23, 2025
2 parents be9a07b + 9493649 commit cf79f3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
build-and-package:
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Checkout code
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4

- name: Install Dependencies
run: pnpm install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install Dependencies
run: pnpm install
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,6 @@
"tar": "^6.2.1",
"tslib": "^2.6.3",
"typescript": "^5.5.2"
}
},
"packageManager": "[email protected]"
}

0 comments on commit cf79f3b

Please sign in to comment.