File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 github_actions :
99 patterns :
1010 - " *"
11+ cooldown :
12+ default-days : 5
1113 - package-ecosystem : bundler
1214 directory : /
1315 schedule :
@@ -17,6 +19,8 @@ updates:
1719 bundler :
1820 patterns :
1921 - " *"
22+ cooldown :
23+ default-days : 5
2024 - package-ecosystem : npm
2125 directory : /
2226 schedule :
@@ -26,6 +30,5 @@ updates:
2630 npm :
2731 patterns :
2832 - " *"
29- ignore :
30- - dependency-name : " tailwindcss"
31- versions : " >= 4.0"
33+ cooldown :
34+ default-days : 5
Original file line number Diff line number Diff line change 2323 with :
2424 ruby-version : .ruby-version
2525 bundler-cache : true
26+ - uses : actions/setup-node@v6
27+ with :
28+ node-version-file : .node-version
29+ cache : npm
2630 - name : Run tests
2731 env :
2832 COVERAGE : true
Original file line number Diff line number Diff line change 1+ lts/krypton
Original file line number Diff line number Diff line change 1+ ignore-scripts = true
Original file line number Diff line number Diff line change 11web: env RUBY_DEBUG_OPEN=true bin/rails server
2- css: yarn build:css --watch
2+ css: npm run build:css -- --watch
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ https://activeadmin-demo.onrender.com
77## Development Setup
88
99- Clone this repository
10- - Install Ruby 4.0 with [ rbenv] ( https://github.com/rbenv/rbenv )
11- - Install Node 24 with [ nodenv] ( https://github.com/nodenv/nodenv )
12- - ` corepack enable `
10+ - Install Ruby with [ rbenv] ( https://github.com/rbenv/rbenv ) or [ mise] ( https://mise.jdx.dev/ ) (see ` .ruby-version ` for the required version)
11+ - Install Node with [ nodenv] ( https://github.com/nodenv/nodenv ) or [ mise] ( https://mise.jdx.dev/ ) (see ` .node-version ` for the required version)
1312- ` bundle install `
14- - ` yarn install`
13+ - ` npm install`
1514- ` bin/rails db:seed `
1615- ` bin/dev `
1716
You can’t perform that action at this time.
0 commit comments