Skip to content

Commit

Permalink
fix: packageManager version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jan 8, 2025
1 parent 6094103 commit c4f6ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.15.3
version: 9.15.3+sha256.c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@callstack/byorg-docs",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"packageManager": "[email protected]+sha256.c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf",
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
Expand Down

0 comments on commit c4f6ef6

Please sign in to comment.