From 4d493c880ad30cc61f75a186518b25c5912433e7 Mon Sep 17 00:00:00 2001 From: David Mattia Date: Mon, 4 Dec 2023 22:58:12 +0000 Subject: [PATCH] Only use node 18 and 20 --- .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 28daf97..473908a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}