Skip to content

Commit

Permalink
Merge pull request #422 from CrowdStrike/enable-corepack
Browse files Browse the repository at this point in the history
Use corepack instead of volta
  • Loading branch information
simonihmig authored Jul 12, 2024
2 parents 2c4e4db + ab3a6a0 commit c2dc943
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 21 deletions.
2 changes: 0 additions & 2 deletions .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ runs:
using: 'composite'
steps:
- uses: pnpm/[email protected]
with:
version: 8.6.5
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
Expand Down
3 changes: 0 additions & 3 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,5 @@
"ember-headless-form-yup": {
"injected": true
}
},
"volta": {
"extends": "../package.json"
}
}
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,5 @@
"[email protected]": "patches/[email protected]"
}
},
"volta": {
"node": "20.15.1",
"pnpm": "8.15.8"
}
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e"
}
3 changes: 0 additions & 3 deletions packages/changeset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,5 @@
"dist/*"
]
}
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions packages/ember-headless-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,5 @@
"dist/*"
]
}
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,5 @@
"dist/*"
]
}
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 0 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,5 @@
},
"ember": {
"edition": "octane"
},
"volta": {
"extends": "../package.json"
}
}

0 comments on commit c2dc943

Please sign in to comment.