Skip to content

Commit

Permalink
chore: update corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Jan 8, 2025
1 parent 21d4f2e commit ff33490
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.2+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2
version: 9.15.3

- 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": "pnpm@9.12.2+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2",
"packageManager": "pnpm@9.15.3",
"scripts": {
"dev": "rspress dev",
"build": "rspress build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@callstack/byorg",
"type": "module",
"packageManager": "pnpm@9.12.2+sha256.2ef6e547b0b07d841d605240dce4d635677831148cd30f6d564b8f4f928f73d2",
"packageManager": "pnpm@9.15.3+sha256.c1da43727ccbc1ed42aff4fd6bdb4b1e91e65a818e6efff5b240fbf070ba4eaf",
"scripts": {
"build": "turbo build",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
Expand Down

0 comments on commit ff33490

Please sign in to comment.