From 250de08d36739920f4a8aee7bc8c10d3d94d9fb5 Mon Sep 17 00:00:00 2001 From: quentinchampenois <26109239+Quentinchampenois@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:03:27 +0100 Subject: [PATCH] ci: Update Ruby and Node versions --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 61020425..c1f0a19c 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -5,9 +5,9 @@ env: CI: "true" SIMPLECOV: "true" RSPEC_FORMAT: "documentation" - RUBY_VERSION: 2.7.5 + RUBY_VERSION: 3.1.1 RAILS_ENV: test - NODE_VERSION: 16.9.1 + NODE_VERSION: 18 RUBYOPT: '-W:no-deprecated' # Set locales available for i18n tasks ENFORCED_LOCALES: "en,fr"