Skip to content

Commit

Permalink
Override nan to support node 22 and earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahec committed Jan 3, 2025
1 parent ba3fa99 commit 66108f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
15 changes: 8 additions & 7 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"src/test/**/*"
]
},
"overrides" : {
"nan": "^2.22.0"
},
"dependencies": {
"@electric-sql/pglite": "^0.2.0",
"@google-cloud/cloud-sql-connector": "^1.3.3",
Expand Down

0 comments on commit 66108f9

Please sign in to comment.