diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 5fba6a0e..ec6a3d7c 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -25,10 +25,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Cache node modules uses: actions/cache@v4 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d378b8..0e0f6411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] fail-fast: false steps: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f2caac39..8a4e10f4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -27,7 +27,7 @@ jobs: # cancel-in-progress: true strategy: matrix: - node-version: [18.x] + node-version: [20.x] transporter: [NATS, Redis, MQTT, AMQP, AMQP10, Kafka, TCP] serializer: [JSON, JSONExt, MsgPack, Notepack, CBOR] discoverer: [Local, Etcd3, Redis] diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5c4974f2..bcd1a5d4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 20.x - name: Cache node modules uses: actions/cache@v4