From 20f9962c3417edbd7b603996a8ec37db4a0ba1b1 Mon Sep 17 00:00:00 2001 From: Armano Date: Sun, 5 Mar 2023 16:01:18 +0100 Subject: [PATCH] chore: update tests to run on node 14, 16, 18 --- .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 40a2ef5..861bed4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}