File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - uses : pnpm/action-setup@v3
3131 name : Install pnpm
3232 with :
33- version : 8
3433 run_install : false
3534
3635 - name : Get pnpm store directory
Original file line number Diff line number Diff line change 2929 - name : Install pnpm
3030 uses : pnpm/action-setup@v3
3131 with :
32- version : 8
3332 run_install : false
3433 - name : Install dependencies
3534 run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change 2424 - uses : pnpm/action-setup@v3
2525 name : Install pnpm
2626 with :
27- version : 8
2827 run_install : false
2928
3029 - name : Get pnpm store directory
Original file line number Diff line number Diff line change 1+ package-manager-strict-version = true
2+ manage-package-manager-versions = true
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ function MyForm() {
137137### First time setup
138138
139139- Install node.js (only Node v20 is currently supported)
140- - Install pnpm: [ https:// pnpm.io/installation ] ( https://pnpm.io/installation ) (use pnpm 8.6.8+)
140+ - Install the version of [ pnpm] ( https://pnpm.io/installation ) specified in the ` packageManager ` field in ` package.json `
141141- Clone this repository
142142- Install dependencies: ` pnpm i --frozen-lockfile `
143143- Run tests: ` pnpm test `
Original file line number Diff line number Diff line change 33 "private" : false ,
44 "license" : " MIT" ,
55 "description" : " ant design renderer set for the jsonforms declarative form framework" ,
6+ "packageManager" : " pnpm@8.15.9" ,
67 "keywords" : [
78 " jsonschema" ,
89 " form" ,
You can’t perform that action at this time.
0 commit comments