File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -798,11 +798,6 @@ jobs:
798
798
nvm use 20.15
799
799
npm install --global yarn
800
800
801
- # hardcode due to incorrect N-API version detection
802
- export NAPI_VERSION=6
803
- export npm_config_NAPI_VERSION=6
804
- export npm_config_napi_version=6
805
-
806
801
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
807
802
yarn install
808
803
yarn --cwd redisinsight/api/ install
Original file line number Diff line number Diff line change 11
11
12
12
"url" : " https://redis.com/redis-enterprise/redis-insight"
13
13
},
14
- "scripts" : {},
14
+ "scripts" : {
15
+ "postinstall" : " npx patch-package"
16
+ },
15
17
"resolutions" : {
16
18
"**/semver" : " ^7.5.2"
17
19
},
Original file line number Diff line number Diff line change
1
+ diff --git a/node_modules/sqlite3/package.json b/node_modules/sqlite3/package.json
2
+ index ab413ff..a54b830 100644
3
+ --- a/node_modules/sqlite3/package.json
4
+ +++ b/node_modules/sqlite3/package.json
5
+ @@ -9,7 +9,6 @@
6
+ },
7
+ "binary": {
8
+ "napi_versions": [
9
+ - 3,
10
+ 6
11
+ ]
12
+ },
You can’t perform that action at this time.
0 commit comments