From 2e7c0ded983c81169c717f3ffb3e22f376466bf8 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 17 Jan 2021 13:49:18 +0000 Subject: [PATCH] Update node --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cbd55c..244fbaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - uses: egordm/gha-yarn-node-cache@v1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 30cb81a..ec16888 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - uses: egordm/gha-yarn-node-cache@v1