From 944e5e41eefc8aa0ccd4360a8f14941191be834b Mon Sep 17 00:00:00 2001 From: swetha-chayn Date: Mon, 24 Oct 2022 13:38:17 +0100 Subject: [PATCH] Update github actions to match node in package.json eb4ebc579a / Update YSM dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 727410c..01daaa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v2-beta with: - node-version: '12' + node-version: '14' - name: Get yarn cache directory path id: yarn-cache-dir-path