From b692e565b8b9446de1d946cfb54969d469b8e313 Mon Sep 17 00:00:00 2001 From: Zach Butler Date: Sun, 18 Dec 2022 23:52:43 -0500 Subject: [PATCH] Try with a bunch of 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 e64d3ae..9ad65d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [10, 12, 14, 16, 18] name: is.js - nodeJS v${{ matrix.node-version }}