Skip to content

Commit

Permalink
ci: use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 21, 2023
1 parent 9824e69 commit 866a037
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
pnpm version --prerelease --preid ${preid} --no-git-tag-version --yes --amend
# Use yarn to bump the version for the prerelease
yarn version --prerelease --preid ${preid} --no-git-tag-version --yes --amend
package_version=$(jq -r ".version" package.json)
package=@kong/markdown@"${package_version}"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
},
"volta": {
"node": "18.18.2",
"pnpm": "8.10.5"
"pnpm": "8.10.5",
"yarn": "1.22.21"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 866a037

Please sign in to comment.