Skip to content

Commit

Permalink
Update pkg from nodejs-8 to nodejs-12 (#66)
Browse files Browse the repository at this point in the history
updating it will allow it to build functional binaries that do not return `TypeError: Cannot destructure property `isRegExp` of 'undefined' or 'null'.`

Co-authored-by: BeyYT <[email protected]>
  • Loading branch information
mochaisher and mochaisher authored Nov 6, 2024
1 parent b72a970 commit e1bcb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "node ./dns-proxy.js",
"test": "npm run test:standard",
"test:standard": "standard *.js",
"pkg": "pkg --out-dir release --targets node8-macos-x64,node8-alpine-x64,node8-linux-x64,node8-win dns-proxy.js"
"pkg": "pkg --out-dir release --targets node12-macos-x64,node12-alpine-x64,node12-linux-x64,node12-win dns-proxy.js"
},
"dependencies": {
"debug": "^4.0.0",
Expand Down

0 comments on commit e1bcb48

Please sign in to comment.