Skip to content

Commit 974543f

Browse files
committed
Mise
Signed-off-by: Sora Morimoto <[email protected]>
1 parent ce87cf0 commit 974543f

File tree

5 files changed

+6
-12
lines changed

5 files changed

+6
-12
lines changed

.envrc

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/workflow.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout tree
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19-
- name: Set-up Node.js
20-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
21-
with:
22-
check-latest: true
23-
node-version-file: .nvmrc
24-
package-manager-cache: false
19+
- name: Set-up Mise
20+
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
2521
- run: corepack enable
2622
- run: yarn install --immutable
2723
- if: always()

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.turbo/
2+
/.vscode/
23
/.yarn/
34
/node_modules/

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
node = "24"
3+
yarn = "4"

0 commit comments

Comments
 (0)