Skip to content

Commit

Permalink
fix: corepack compatability tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Nov 21, 2024
1 parent 7312ec9 commit 1079d25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ dist

# yarn v2
**/.yarn/*
!**/.yarn/releases
!**/.yarn/plugins
!**/.yarn/versions
**/.pnp.*
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ignorePath: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"build": "yarn workspaces foreach -Apt run build",
"g:tsc": "cd $INIT_CWD && tsc -b"
},
"packageManager": "[email protected]",
"volta": {
"node": "22.9.0"
},
Expand All @@ -27,5 +26,6 @@
"cross-spawn": "^7.0.5",
"jsonpath-plus": "^10.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@
"volta": {
"node": "22.8.0"
}
}
}

0 comments on commit 1079d25

Please sign in to comment.