Bump Electron to 32 as 29 is EOL (#10118)

Co-authored-by: Eugene <inbox@null.page>
This commit is contained in:
geodic
2024-12-31 11:26:02 -05:00
committed by GitHub
parent a10e9c05b6
commit 1e44d8c525
5 changed files with 27 additions and 46 deletions

View File

@@ -65,6 +65,8 @@
},
"resolutions": {
"*/node-abi": "^3",
"node-gyp": "^10.0.0"
"node-gyp": "^10.0.0",
"nan": "2.22.0",
"node-addon-api": "^8.3.0"
}
}