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: |