From 270e7ed67aa49d33c0fdc66d30da3d741637750a Mon Sep 17 00:00:00 2001 From: AndrewLeedham Date: Tue, 15 Aug 2023 16:59:51 +0100 Subject: [PATCH] BREAKING CHANGE: minimum node 16 --- .github/workflows/check.yml | 2 +- .github/workflows/publish.yml | 2 +- package.json | 4 ++-- packages/adobe-analytics/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c99f2928..41870553 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8718b176..bd8e3f2a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: main-branch-name: 'next' - uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x - uses: bahmutov/npm-install@v1 - run: yarn global add nx - run: nx affected:lint diff --git a/package.json b/package.json index c98111e6..64927046 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "author": "Andrew Leedham ", "license": "MIT", "engines": { - "node": ">=14" + "node": ">=16" }, "scripts": { "test": "nx run-many --all --target=test", @@ -46,7 +46,7 @@ "lerna": "7.1.5", "mockdate": "3.0.5", "nx": "16.6.0", - "prettier": "2.8.8", + "prettier": "3.0.2", "ts-jest": "29.1.1", "ts-node": "10.9.1", "typescript": "5.1.6" diff --git a/packages/adobe-analytics/package.json b/packages/adobe-analytics/package.json index c6a4e56f..e55660be 100644 --- a/packages/adobe-analytics/package.json +++ b/packages/adobe-analytics/package.json @@ -20,7 +20,7 @@ "license": "MIT", "type": "commonjs", "engines": { - "node": ">=14" + "node": ">=16" }, "dependencies": { "@types/caniuse-lite": "*",