Skip to content

Commit

Permalink
[PDE-4087] chore(cli, core, schema): v16 followup - update version-st…
Browse files Browse the repository at this point in the history
…ore and package `.nvmrc` (#940)

* bump version-store

* correct version, update npm
  • Loading branch information
rnegron authored Dec 30, 2024
1 parent 1fce3fb commit 4f83bfe
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
4 changes: 2 additions & 2 deletions packages/cli/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const BLOCKLISTED_PATHS = [
];
const NODE_VERSION = versionStore[versionStore.length - 1].nodeVersion;
const LAMBDA_VERSION = `v${NODE_VERSION}`;
const NODE_VERSION_CLI_REQUIRES = '>=16'; // should be the oldest non-ETL version
const NODE_VERSION_CLI_REQUIRES = '>=18'; // should be the oldest non-ETL version
const AUTH_KEY = 'deployKey';
const ANALYTICS_KEY = 'analyticsMode';
const ANALYTICS_MODES = {
Expand All @@ -42,7 +42,7 @@ const PACKAGE_VERSION = packageJson.version;
const UPDATE_NOTIFICATION_INTERVAL = 1000 * 60 * 60 * 24 * 7; // one week

const CHECK_REF_DOC_LINK =
'https://platform.zapier.com/docs/integration-checks-reference';
'https://docs.zapier.com/platform/publish/integration-checks-reference#integration-check-reference';

const ISSUES_URL =
'https://github.com/zapier/zapier-platform/issues/new/choose';
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/version-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ module.exports = [
{ nodeVersion: '14', npmVersion: '>=5.6.0' }, // 12.x
{ nodeVersion: '16', npmVersion: '>=5.6.0' }, // 13.x
{ nodeVersion: '18', npmVersion: '>=5.6.0' }, // 15.x
{ nodeVersion: '18', npmVersion: '>=10.7.0' }, // 16.x
];
2 changes: 1 addition & 1 deletion packages/core/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion packages/legacy-scripting-runner/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion packages/schema/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18

0 comments on commit 4f83bfe

Please sign in to comment.