Skip to content

Commit

Permalink
chore: update pnpm lockfile
Browse files Browse the repository at this point in the history
store pnpm version within package.json
  • Loading branch information
FRSgit committed Feb 27, 2024
1 parent 6882b70 commit 103e324
Show file tree
Hide file tree
Showing 3 changed files with 1,669 additions and 1,616 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v4
with:
Expand All @@ -34,7 +33,6 @@ jobs:
uses: actions/checkout@v4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v4
with:
Expand All @@ -61,7 +59,6 @@ jobs:
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.8.0
run_install: false
- uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
],
"author": "Jakub Freisler <jakub.freisler@frsource.org>",
"license": "MIT",
"packageManager": "pnpm@8.15.4",
"devDependencies": {
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
Expand Down
Loading

0 comments on commit 103e324

Please sign in to comment.