Skip to content

Commit

Permalink
ci: use core pack (#72)
Browse files Browse the repository at this point in the history
* ci: use core pack

* format code
  • Loading branch information
ocavue authored Jul 8, 2024
1 parent 9f02b3d commit 1784c00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

- uses: pnpm/action-setup@v4.0.0
with:
version: latest
run_install: false

- name: get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Development Workflow

> We use pnpm for development.
> Please make sure you have node.js, npm and pnpm installed on your machine.
> We use [corepack with pnpm](https://pnpm.io/installation#using-corepack) for development.
> Please make sure you have node.js, npm installed and corepack enabled.
After cloning prosemirror-adapter, run `pnpm install` to install dependencies.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@prosemirror-adapter/monorepo",
"private": true,
"packageManager": "pnpm@9.4.0",
"license": "MIT",
"engines": {
"node": ">=20",
"pnpm": ">=9"
"node": ">=20"
},
"scripts": {
"build": "pnpm -r run build",
Expand Down

0 comments on commit 1784c00

Please sign in to comment.