File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 40
40
runs-on : ${{matrix.plat}}-latest
41
41
steps :
42
42
- uses : actions/checkout@v4
43
+ - uses : actions/setup-node@v4
44
+ with :
45
+ node-version : 20
43
46
- uses : ruby/setup-ruby@v1
44
47
with :
45
48
ruby-version : " 3.4"
55
58
runs-on : ${{matrix.plat}}-latest
56
59
steps :
57
60
- uses : actions/checkout@v4
61
+ - uses : actions/setup-node@v4
62
+ with :
63
+ node-version : 20
58
64
- uses : ruby/setup-ruby@v1
59
65
with :
60
66
ruby-version : " 3.4"
Original file line number Diff line number Diff line change 46
46
RAILSOPTS : --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
47
47
steps :
48
48
- uses : actions/checkout@v4
49
+ - uses : actions/setup-node@v4
50
+ with :
51
+ node-version : 20
49
52
- uses : ruby/setup-ruby@v1
50
53
with :
51
54
ruby-version : " 3.3"
65
68
RAILSOPTS : --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
66
69
steps :
67
70
- uses : actions/checkout@v4
71
+ - uses : actions/setup-node@v4
72
+ with :
73
+ node-version : 20
68
74
- uses : ruby/setup-ruby@v1
69
75
with :
70
76
ruby-version : " 3.3"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ bundle remove actionmailer || true
11
11
bundle remove rails || true
12
12
bundle add rails --skip-install ${RAILSOPTS:- }
13
13
bundle install --prefer-local
14
+ npm uninstall tailwindcss
14
15
15
16
# do our work a directory with spaces in the name (#176, #184)
16
17
rm -rf " My Workspace"
@@ -52,7 +53,7 @@ bundle remove tailwindcss-rails --skip-install
52
53
bundle remove tailwindcss-ruby --skip-install
53
54
54
55
bundle add tailwindcss-rails --skip-install --path=" ../.."
55
- bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:- --version 4.0.0 }
56
+ bundle add tailwindcss-ruby --skip-install ${TAILWINDCSSOPTS:- --version 4.0.17 }
56
57
57
58
bundle install --prefer-local
58
59
bundle show --paths | fgrep tailwind
You can’t perform that action at this time.
0 commit comments