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