From aa06c9fbc15233996c4838b49c1d5245b1fd39a9 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Wed, 12 May 2021 13:06:07 -0300 Subject: [PATCH] Use Node 12 in CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31445c97a..7cdf212e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 10.x + node-version: 12.x - uses: actions/cache@v2 id: cache with: @@ -40,7 +40,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-node@v2 with: - node-version: 10.x + node-version: 12.x - uses: actions/cache@v2 id: cache with: