diff --git a/.github/workflows/publish-js.yml b/.github/workflows/publish-js.yml index f14bdb38..20c8435e 100644 --- a/.github/workflows/publish-js.yml +++ b/.github/workflows/publish-js.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: "16" + node-version: "18" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npx lerna run build --no-private diff --git a/package-lock.json b/package-lock.json index 481a9eb9..3ee2fd07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "lerna": "^6.4.1" }, "engines": { - "node": ">=16.0.0 <19.0.0" + "node": ">=18.0.0 <19.0.0" } }, "apps/price_pusher": { diff --git a/package.json b/package.json index b68fddf3..c76ff4a5 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "devDependencies": { "lerna": "^6.4.1" }, - "engines" : { - "node" : ">=16.0.0 <19.0.0" + "engines": { + "node": ">=18.0.0 <19.0.0" }, "version": "0.0.1" }