Browse Source

Make github use Node 14

(cherry picked from commit 86baa53972aa87676bb720a9f772620afa9a1be9)
pull/135/head
baarkerlounger 4 years ago committed by Kat
parent
commit
a3cb2e5663
  1. 4
      .github/workflows/pipeline.yml

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

Loading…
Cancel
Save