Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ jobs:
with:
fetch-depth: 0
ref: 'master'
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- uses: actions/setup-node@v6
- name: Install mise and tools
uses: jdx/mise-action@v4
with:
node-version: 18
cache: pnpm
install: true
cache: true
- name: Enable corepack
run: corepack enable
- run: pnpm install --frozen-lockfile
- name: "Generate Explanation and Prep Changelogs"
id: explanation
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@ jobs:
egress-policy: audit

- uses: actions/checkout@v7.0.0
- uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5
- name: Install mise and tools
uses: jdx/mise-action@v4
with:
registry-url: "https://registry.npmjs.org"
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
install: true
cache: true
- name: Enable corepack
run: corepack enable
# Both release-plan and pnpm uses `npm publish` under the hood to publish a release.
# To be compatible with npm trusted publishing, npm v11 or later must be used.
- run: |
Expand Down
27 changes: 21 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@ jobs:
egress-policy: audit

- uses: actions/checkout@v7.0.0
- uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Install mise and tools
uses: jdx/mise-action@v4
with:
install: true
cache: true
- name: Enable corepack
run: corepack enable
- id: pnpm-cache-path
run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
- uses: actions/cache@v6.1.0
Expand Down Expand Up @@ -57,8 +62,13 @@ jobs:
egress-policy: audit

- uses: actions/checkout@v7.0.0
- uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Install mise and tools
uses: jdx/mise-action@v4
with:
install: true
cache: true
- name: Enable corepack
run: corepack enable
- id: pnpm-cache-path
run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
- uses: actions/cache@v6.1.0
Expand Down Expand Up @@ -97,8 +107,13 @@ jobs:
egress-policy: audit

- uses: actions/checkout@v7.0.0
- uses: volta-cli/action@615a78f6c83e116339c53b94f3f82b4d6c0b7d18 # v5
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
- name: Install mise and tools
uses: jdx/mise-action@v4
with:
install: true
cache: true
- name: Enable corepack
run: corepack enable
- id: pnpm-cache-path
run: echo "pnpm_cache_path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
- uses: actions/cache@v6.1.0
Expand Down
3 changes: 0 additions & 3 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,5 @@
"./components/value-viewer.js": "./dist/_app_/components/value-viewer.js",
"./helpers/is-last.js": "./dist/_app_/helpers/is-last.js"
}
},
"volta": {
"extends": "../package.json"
}
}
3 changes: 0 additions & 3 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,5 @@
},
"ember": {
"edition": "octane"
},
"volta": {
"extends": "../package.json"
}
}
32 changes: 32 additions & 0 deletions mise.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tools]
node = "22.17.1"

[settings.node]
corepack = true
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"release-plan": "^0.18.0"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"volta": {
"node": "22.17.1"
},
"changelog": {
"ignoreCommitters": [
"addepar-security[bot]"
Expand Down
3 changes: 0 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,5 @@
},
"ember": {
"edition": "octane"
},
"volta": {
"extends": "../package.json"
}
}