Skip to content

Commit

Permalink
ci: Update Ruby and Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 13, 2023
1 parent 6103dd0 commit 250de08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 250de08

Please sign in to comment.