From 4f93c9ba1c7f50e626abfd448b8824cc2cf34dd2 Mon Sep 17 00:00:00 2001 From: mistval Date: Mon, 13 Mar 2023 20:11:09 -0400 Subject: [PATCH] test on different node versions --- .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 4672d03..0adf10f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [12.x, 18.x, 20.x] + node-version: [12.x, 18.x, 19.x] steps: - uses: actions/checkout@v2