Browse Source

Update node and ruby

pull/287/head
baarkerlounger 3 years ago
parent
commit
e980c60d3a
  1. 4
      .github/workflows/production_pipeline.yml

4
.github/workflows/production_pipeline.yml

@ -35,7 +35,7 @@ jobs:
--health-retries 5
env:
RAILS_ENV: test
GEMFILE_RUBY_VERSION: 3.0.0
GEMFILE_RUBY_VERSION: 3.1.0
DB_HOST: localhost
DB_DATABASE: data_collector
DB_USERNAME: postgres
@ -53,7 +53,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Create DB
run: |

Loading…
Cancel
Save