From 26ef9e47f61d71269928c1dbc64ed5fa33185b0c Mon Sep 17 00:00:00 2001 From: Chuck MANCHUCK Reeves Date: Fri, 20 Oct 2023 17:51:40 +0000 Subject: [PATCH] build: updating node versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5624b334..62770e41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node: [12.x, 14.x, 16.x, 18.x] + node: [16.x, 18.x, 20.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2