Skip to content

Commit

Permalink
feat(Standalone): Use Node 16 as base for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed Dec 8, 2021
1 parent 92ae054 commit eb8f474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"mocha": "^8.4.0",
"mock-require": "^3.0.3",
"nyc": "^15.1.0",
"pkg": "^4.5.1",
"pkg": "^5.5.1",
"prettier": "^2.5.0",
"proxyquire": "^2.1.3",
"semver-regex": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion scripts/pkg/build.js
Expand Up @@ -31,7 +31,7 @@ const spawnOptions = { cwd: serverlessPath, stdio: 'inherit' };
'-c',
'scripts/pkg/config.js',
'--targets',
'node14-linux-x64,node14-mac-x64,node14-win-x64',
'node16-linux-x64,node16-mac-x64,node16-win-x64',
'--out-path',
'dist',
'bin/serverless.js',
Expand Down

0 comments on commit eb8f474

Please sign in to comment.