build: update to yarn v4 (#48243)

This commit is contained in:
Samuel Attard
2025-11-17 12:18:14 -08:00
committed by GitHub
parent 3809093511
commit 537fd7b10b
43 changed files with 18480 additions and 11360 deletions

View File

@@ -1,5 +1,9 @@
{
"main": "./lib/osr-gpu.js",
"name": "@electron-ci/osr-gpu",
"version": "0.0.1"
"version": "0.0.1",
"main": "./lib/osr-gpu.js",
"private": true,
"scripts": {
"install": "node-gyp configure && node-gyp build"
}
}