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 : pnpm/action-setup@v5
27+ - uses : actions/setup-node@v6
28+ with :
29+ node-version-file : .node-version
30+ cache : pnpm
2631 - name : Run tests
2732 env :
2833 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 build:css --watch
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ https://activeadmin-demo.onrender.com
1111- Install Node 24 with [ nodenv] ( https://github.com/nodenv/nodenv )
1212- ` corepack enable `
1313- ` bundle install `
14- - ` yarn install`
14+ - ` npm install`
1515- ` bin/rails db:seed `
1616- ` bin/dev `
1717
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "build:css" : " npx @tailwindcss/cli -i ./app/assets/stylesheets/active_admin.css -o ./app/assets/builds/active_admin.css --minify"
12- },
13- "packageManager" : " yarn@1.22.19"
12+ }
1413}
You can’t perform that action at this time.
0 commit comments