From dd867e6bfeb1c438080a9b1f96fe1a8bbe81a558 Mon Sep 17 00:00:00 2001 From: isaacs Date: Fri, 5 Apr 2024 09:24:27 -0700 Subject: [PATCH] ci: fix node version thanks, @aarsilv --- .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 20af333..b1dc875 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: strategy: matrix: - node-version: [8.x, 20.x, 21.x] + node-version: [18.x, 20.x, 21.x] platform: - os: ubuntu-latest shell: bash