From 1db5a5cf7f290aaf7651b2f47c5774cd855584a7 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Sat, 14 Oct 2023 16:19:53 -0400 Subject: [PATCH] upgrade CI to Node 18 and 20 --- .github/workflows/ci-exp-win.yml | 2 +- .github/workflows/ci-exp.yml | 2 +- .github/workflows/ci-win.yml | 2 +- .github/workflows/ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-exp-win.yml b/.github/workflows/ci-exp-win.yml index 8e5bcbc..05a0ca1 100644 --- a/.github/workflows/ci-exp-win.yml +++ b/.github/workflows/ci-exp-win.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node: [16, 18] + node: [18, 20] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/ci-exp.yml b/.github/workflows/ci-exp.yml index 2a3795c..93dcf29 100644 --- a/.github/workflows/ci-exp.yml +++ b/.github/workflows/ci-exp.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node: [16, 18] + node: [18, 20] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index dbf985e..fd8e9d7 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node: [16, 18] + node: [18, 20] steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc3437..317b71a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node: [16, 18] + node: [18, 20] steps: - uses: actions/checkout@v1