Bump node to v18

This commit is contained in:
Jeremy Stretch 2023-12-29 17:18:54 -05:00
parent 4e18897c62
commit f64657648e

View File

@ -10,7 +10,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ['3.10', '3.11', '3.12'] python-version: ['3.10', '3.11', '3.12']
node-version: ['14.x'] node-version: ['18.x']
services: services:
redis: redis:
image: redis image: redis