From 1ce986785af630ef067135796bde2f945cff732c Mon Sep 17 00:00:00 2001 From: n4l5u0r <59141606+n4l5u0r@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:59:47 +0100 Subject: [PATCH] fix: updated node version --- .github/workflows/ci-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 1bd1053..4071ee2 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -58,7 +58,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: "14.4.0" + node-version: "14.15.0" - name: Install yarn run: | npm install -g yarn