From a3cb2e56634093afe163fcdae6fd033189c9f39b Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 2 Dec 2021 11:00:04 +0000 Subject: [PATCH] Make github use Node 14 (cherry picked from commit 86baa53972aa87676bb720a9f772620afa9a1be9) --- .github/workflows/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c64e3d581..b83258ce5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -57,6 +57,10 @@ jobs: with: # runs 'bundle install' and caches installed gems automatically bundler-cache: true + - name: Set up node + uses: actions/setup-node@v2 + with: + node-version: '14' - name: Create DB run: |