From 5fc4ceada400a7a072ce4afbd67eba15cfb22a59 Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Thu, 5 Nov 2020 13:26:23 +0100 Subject: [PATCH] chore(ci): use node 14.x --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 17cc4e71c..4e738cc53 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] steps: - uses: actions/checkout@v1