From bb4d4e92b8677bbe35048cbb2a9bc37c0ef5f7f3 Mon Sep 17 00:00:00 2001 From: streamich Date: Wed, 1 Sep 2021 00:10:13 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20bump=20github=20actions=20?= =?UTF-8?q?node=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pull_request_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index 3d7b602b..32c0638b 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [12.x, 14.x] steps: - uses: actions/checkout@v1