From e980c60d3ae54c0d68f08f176c2abf26a4252fd2 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 11 Feb 2022 18:37:52 +0000 Subject: [PATCH] Update node and ruby --- .github/workflows/production_pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |