From 773f26f21fab156c89a96377f1dd15976fac1368 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Fri, 10 Jun 2022 20:23:21 +0200 Subject: [PATCH] ci: use lowest supported node --- .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 a1691afe74f..2baf68231b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [14, 16, 18] + node_version: [14.6.0, 16, 18] include: - os: macos-latest node_version: 16