(cherry picked from commit 86baa53972aa87676bb720a9f772620afa9a1be9)
@ -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
node-version: '14'
- name: Create DB
run: |