Browse Source

Make github use Node 14

pull/129/head
baarkerlounger 3 years ago committed by Paul Robert Lloyd
parent
commit
532c6b3216
  1. 4
      .github/workflows/pipeline.yml

4
.github/workflows/pipeline.yml

@ -57,6 +57,10 @@ jobs:
with: with:
# runs 'bundle install' and caches installed gems automatically # runs 'bundle install' and caches installed gems automatically
bundler-cache: true bundler-cache: true
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Create DB - name: Create DB
run: | run: |

Loading…
Cancel
Save