Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jan 10, 2024
1 parent c54b5fe commit 5a254d9
Show file tree
Hide file tree
Showing 8 changed files with 313 additions and 343 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
CI: "true"
RUBY_VERSION: 3.1.1
NODE_VERSION: 16.18.1
NODE_VERSION: 18.17.1

jobs:
lint-report:
Expand Down
4 changes: 1 addition & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
inherit_from:
- .rubocop_ruby.yml
- .rubocop_rails.yml
- .rubocop-disabled.yml
- https://raw.githubusercontent.com/decidim/decidim/release/0.28-stable/.rubocop.yml
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ group :development do
gem "letter_opener_web", "~> 1.3"
gem "listen", "~> 3.1"
gem "rubocop-faker", "~> 1.1"
gem "spring", "~> 2.0"
gem "spring-watcher-listen", "~> 2.0"
gem "spring"
gem "spring-watcher-listen"
gem "web-console"
end

Expand Down
Loading

0 comments on commit 5a254d9

Please sign in to comment.