From af00666d3b1a3458c40bd6f0e3dca6ac2e477335 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Fri, 28 Jun 2024 10:59:01 -0400 Subject: [PATCH] ci: Added Node 22 to smoke tests and nightly versioned test runs (#2316) --- .github/workflows/smoke-test-workflow.yml | 2 +- .github/workflows/versioned-coverage.yml | 2 +- .github/workflows/versioned-security-agent.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/smoke-test-workflow.yml b/.github/workflows/smoke-test-workflow.yml index f47085fd7a..58a367830a 100644 --- a/.github/workflows/smoke-test-workflow.yml +++ b/.github/workflows/smoke-test-workflow.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/versioned-coverage.yml b/.github/workflows/versioned-coverage.yml index e93040e45a..e7899aeeab 100644 --- a/.github/workflows/versioned-coverage.yml +++ b/.github/workflows/versioned-coverage.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/versioned-security-agent.yml b/.github/workflows/versioned-security-agent.yml index 33ecf2626f..918901c877 100644 --- a/.github/workflows/versioned-security-agent.yml +++ b/.github/workflows/versioned-security-agent.yml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4