From 1cb7bd97c33c265df6817ab9ba0ec8ae0b1a4e81 Mon Sep 17 00:00:00 2001 From: Alan Chen Date: Mon, 20 May 2024 11:42:26 -0700 Subject: [PATCH] chore: ci, update node versions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/cloud.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c28c1a3..a64eec62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: ["18"] + node: ["20"] steps: - uses: actions/checkout@v4 - name: Install Rust stable @@ -46,7 +46,7 @@ jobs: matrix: os: [macos-latest] rust: [stable] - node: ["16", "18", "20"] + node: ["18", "20", "22"] steps: - uses: actions/checkout@v4 - name: Install ${{ matrix.rust }} @@ -77,7 +77,7 @@ jobs: matrix: os: [ubuntu-latest] rust: [stable] - node: ["16", "18", "20"] + node: ["18", "20", "22"] steps: - uses: AbsaOSS/k3d-action@v2 name: "Create fluvio k3d Cluster" @@ -131,7 +131,7 @@ jobs: matrix: os: [ubuntu-latest] rust: [stable] - node: ["16", "18"] + node: ["18", "20"] steps: - uses: actions/checkout@v4 - name: Install ${{ matrix.rust }} diff --git a/.github/workflows/cloud.yml b/.github/workflows/cloud.yml index 6784a002..d414505e 100644 --- a/.github/workflows/cloud.yml +++ b/.github/workflows/cloud.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] rust: [stable] - node: ["16", "18.13"] + node: ["18", "20"] steps: - uses: actions/checkout@v4 - name: Install ${{ matrix.rust }}