From f64657648ecc3db60ec3582979627828113f0ff5 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 29 Dec 2023 17:18:54 -0500 Subject: [PATCH] Bump node to v18 --- .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 b797b23da..45d9ec850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: python-version: ['3.10', '3.11', '3.12'] - node-version: ['14.x'] + node-version: ['18.x'] services: redis: image: redis