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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- uses: jdx/mise-action@v2

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- uses: jdx/mise-action@v2

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: volta-cli/action@v4
- uses: jdx/mise-action@v2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ ember install @movable/fluid

### Installation

1. Ensure you have [`volta`](https://volta.sh) installed on your computer
1. Install [`mise`](https://mise.jdx.dev/) for tool version management
2. Clone the repo
3. `yarn install`
3. `mise trust && mise install`
4. `yarn install`

### Server

Expand Down
4 changes: 4 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tools]
node = "24.14.0"
yarn = "1.22.10"

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,5 @@
"*.js": "eslint --fix",
"*.{hbs,json,md,yml}": "prettier --write"
},
"volta": {
"node": "24.14.0",
"yarn": "1.22.10"
},
"packageManager": "yarn@4.13.0"
}
Loading