Skip to content

Commit

Permalink
fix: bundle pnpm with Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 2, 2022
1 parent ff70619 commit e9946fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/pnpm/package-linux-arm64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-linux-arm64"],
"targets": ["node14-linux-arm64"],
"outputPath": "../artifacts/linux-arm64"
}
}
2 changes: 1 addition & 1 deletion packages/pnpm/package-linux-x64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-linux-x64"],
"targets": ["node14-linux-x64"],
"outputPath": "../artifacts/linux-x64"
}
}
2 changes: 1 addition & 1 deletion packages/pnpm/package-linuxstatic-x64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-linuxstatic-x64"],
"targets": ["node14-linuxstatic-x64"],
"outputPath": "../artifacts/linuxstatic-x64"
}
}
2 changes: 1 addition & 1 deletion packages/pnpm/package-macos-arm64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-macos-arm64"],
"targets": ["node14-macos-arm64"],
"outputPath": "../artifacts/macos-arm64"
}
}
2 changes: 1 addition & 1 deletion packages/pnpm/package-macos-x64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-macos-x64"],
"targets": ["node14-macos-x64"],
"outputPath": "../artifacts/macos-x64"
}
}
2 changes: 1 addition & 1 deletion packages/pnpm/package-win-x64.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pkg": {
"assets": ["dist/pnpmrc", "dist/scripts/*"],
"targets": ["node16-win-x64"],
"targets": ["node14-win-x64"],
"outputPath": "../artifacts/win-x64"
}
}

0 comments on commit e9946fc

Please sign in to comment.