From c744879ab817583c72418112139ff85a28ce6062 Mon Sep 17 00:00:00 2001 From: AndreMaz Date: Fri, 5 Apr 2024 08:48:11 +0100 Subject: [PATCH] bump node to v18 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .github/workflows/integration.yml | 3 +-- package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 611f6b2..536b46d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 14.x + node-version: 18.x - name: Install dependencies run: npm ci diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 306c01c..7e71cac 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' - run: npm ci diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f3a7a17..2935567 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,8 +25,7 @@ jobs: strategy: matrix: - # node-version: [14.x, 16.x, 18.x, 20.x] - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] adapter: [Fake, Redis, Redis-Cluster, AMQP, NATS, Kafka, Multi] fail-fast: false steps: diff --git a/package.json b/package.json index e86fdca..09156fb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ ] }, "engines": { - "node": ">= 12.x.x" + "node": ">= 18.x.x" }, "dependencies": { "lodash": "^4.17.21",