From 57f536ecc499230f893a2be5beb732ca0a75ba64 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Tue, 13 Feb 2024 22:03:58 -0500 Subject: [PATCH] ci: update Node.js versions in CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92197a6..4a44d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npm run build - run: npm test @@ -26,7 +26,7 @@ jobs: strategy: matrix: - node-version: [14, 16] + node-version: [16, 18] steps: - uses: actions/checkout@v2 @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - run: npm ci - run: npx semantic-release env: