Skip to content

Commit

Permalink
Merge pull request #2727 from skeletonlabs/dev
Browse files Browse the repository at this point in the history
fix vercel CI (#2726)
  • Loading branch information
AdrianGonz97 authored Jun 18, 2024
2 parents 773e76c + 5088bb0 commit 5003b29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ link-workspace-packages=true # https://pnpm.io/npmrc#link-workspace-packa
shared-workspace-lockfile=false # https://pnpm.io/npmrc#shared-workspace-lockfile
prefer-workspace-packages=true # https://pnpm.io/npmrc#prefer-workspace-packages
save-workspace-protocol=rolling # https://pnpm.io/npmrc#save-workspace-protocol
resolution-mode=highest # https://pnpm.io/npmrc#resolution-mode
resolution-mode=highest # https://pnpm.io/npmrc#resolution-mode

package-manager-strict=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"shelljs": "^0.8.5"
},
"engines": {
"pnpm": ">=9.3.0"
"pnpm": ">=9.2.0"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.2.0",
"type": "module"
}
1 change: 0 additions & 1 deletion sites/skeleton.dev/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true
auto-install-peers=true

0 comments on commit 5003b29

Please sign in to comment.