Skip to content

Commit ef1cb51

Browse files
committed
Do not use corepack
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 246b195 commit ef1cb51

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
- name: Set-up Mise
2020
uses: jdx/mise-action@e3d7b8d67a7958d1207f6ed871e83b1ea780e7b0 # v3.3.1
21-
- run: corepack enable
2221
- run: yarn install --immutable
2322
- if: always()
2423
run: yarn lint

CONTRIBUTING.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22

33
Requirements:
44

5-
- [Node.js](https://nodejs.org)
6-
- Requires a relatively up-to-date version of Node.js - preferably the version in [.nvmrc](./.nvmrc).
7-
- [Corepack](https://nodejs.org/api/corepack.html)
8-
- Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using: `npm install --global corepack`
5+
- [Mise](https://mise.jdx.dev)
6+
- A polyglot tool version manager that manages Node.js and Yarn versions as specified in [mise.toml](./mise.toml)
97

108
To regenerated the compiled JavaScript files in `dist/`, call:
119

1210
```
13-
nvm install
14-
corepack enable
11+
mise install
1512
yarn install --immutable
1613
yarn build
1714
```

0 commit comments

Comments
 (0)