Skip to content

Commit

Permalink
chore: Use corepack (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Nov 16, 2024
1 parent 2415da2 commit c125a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/actions/quick-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ inputs:
runs:
using: 'composite'
steps:
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Enable Corepack
run: corepack enable
shell: bash

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,13 @@ Special thanks to all of our amazing contributors!

Please fork this repository to add new dictionaries.

## Install Pnpm
## Enable Corepack

[Installation | pnpm](https://pnpm.io/installation)
See: [Corepack](https://github.com/nodejs/corepack#corepack-enable--name)

```
corepack enable
```

### Using Yeoman script

Expand Down

0 comments on commit c125a97

Please sign in to comment.