From a801dc6cf51e6e25b814e389e2cfb89658ef36c9 Mon Sep 17 00:00:00 2001 From: Johan Enell Date: Mon, 23 Jan 2023 09:06:43 +0100 Subject: [PATCH] ci: update node version --- .github/actions/yarn_install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/yarn_install/action.yml b/.github/actions/yarn_install/action.yml index 2424ec98..4770ae08 100644 --- a/.github/actions/yarn_install/action.yml +++ b/.github/actions/yarn_install/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 'lts/*' - name: Get yarn cache directory path id: yarn-cache-dir-path shell: bash