From 6cd52d56d190145446219610308e32cd76b37493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20Baquero?= Date: Tue, 13 Jul 2021 16:29:25 -0500 Subject: ci: run on Node 12 too --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56dccba..a82d130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: - ubuntu-latest node: - '14' + - '12' steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 -- cgit v1.2.3