File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 uses : pnpm/action-setup@v4
4040 with :
4141 # Auto-detect pnpm version from package.json (requires packageManager in package.json)
42- package_json_path : package.json
42+ package_json_file : package.json
4343 run_install : false
4444
4545 - name : Use Node.js ${{ matrix.node-version }}
8585 uses : pnpm/action-setup@v4
8686 with :
8787 # Auto-detect pnpm version from package.json (requires packageManager in package.json)
88- package_json_path : package.json
88+ package_json_file : package.json
8989 run_install : false
9090
9191 - name : Setup Node.js
@@ -137,7 +137,7 @@ jobs:
137137 uses : pnpm/action-setup@v4
138138 with :
139139 # Auto-detect pnpm version from package.json (requires packageManager in package.json)
140- package_json_path : package.json
140+ package_json_file : package.json
141141 run_install : false
142142
143143 - name : Setup Node.js
You can’t perform that action at this time.
0 commit comments