diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 28a0dc75f..201fc4178 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.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: |