Skip to content

Commit

Permalink
Merge pull request #498 from mysteriumnetwork/pipeline-fix
Browse files Browse the repository at this point in the history
Fix pipeline with node 18
  • Loading branch information
tadaskay authored Dec 19, 2023
2 parents 25ef1b8 + 4116685 commit a51bdcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
"webpack": "^4.46.0"
},
"resolutions": {
"@types/react": "^18.0.14"
"@types/react": "^18.0.14",
"nan": "2.18.0"
},
"analyticsUrl": "https://analytics.mysterium.network",
"intercomAppId": "sjkeehf4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7276,10 +7276,10 @@ mysterium-vpn-js@^28.0.0:
map-obj "^4.3.0"
snakecase-keys "^4.0.2"

nan@^2.12.1:
version "2.14.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
nan@2.18.0, nan@^2.12.1:
version "2.18.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.18.0.tgz#26a6faae7ffbeb293a39660e88a76b82e30b7554"
integrity sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==

nanomatch@^1.2.9:
version "1.2.13"
Expand Down

0 comments on commit a51bdcc

Please sign in to comment.