File tree Expand file tree Collapse file tree 6 files changed +47
-932
lines changed Expand file tree Collapse file tree 6 files changed +47
-932
lines changed Original file line number Diff line number Diff line change 1
- name : " JS CI"
1
+ name : ' JS CI'
2
2
3
3
on :
4
4
push :
5
- branches : [ " master" ]
5
+ branches : [' master' ]
6
6
pull_request :
7
- branches : [ " master" ]
7
+ branches : [' master' ]
8
8
9
9
jobs :
10
10
test :
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- node : [18 .x]
16
+ node : [22 .x]
17
17
ruby : [3.3.3]
18
18
19
19
env :
Original file line number Diff line number Diff line change 1
- name : " Lint CI"
1
+ name : ' Lint CI'
2
2
3
3
on :
4
4
push :
5
- branches : [ " master" ]
5
+ branches : [' master' ]
6
6
pull_request :
7
- branches : [ " master" ]
7
+ branches : [' master' ]
8
8
9
9
jobs :
10
10
test :
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- node : [18 .x]
16
+ node : [22 .x]
17
17
ruby : [3.3.3]
18
18
19
19
env :
Original file line number Diff line number Diff line change 1
- name : " Rspec CI"
1
+ name : ' Rspec CI'
2
2
3
3
on :
4
4
push :
5
- branches : [ " master" ]
5
+ branches : [' master' ]
6
6
pull_request :
7
- branches : [ " master" ]
7
+ branches : [' master' ]
8
8
9
9
jobs :
10
10
test :
@@ -13,14 +13,14 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- node : [18 .x]
16
+ node : [22 .x]
17
17
ruby : [3.3.3]
18
18
19
19
services :
20
20
postgres :
21
21
image : postgres:11-alpine
22
22
ports :
23
- - " 5432:5432"
23
+ - ' 5432:5432'
24
24
env :
25
25
POSTGRES_DB : rails_test
26
26
POSTGRES_USER : rails
29
29
env :
30
30
RAILS_ENV : test
31
31
NODE_ENV : test
32
- DATABASE_URL : " postgres://rails:password@localhost:5432/rails_test"
32
+ DATABASE_URL : ' postgres://rails:password@localhost:5432/rails_test'
33
33
DRIVER : selenium_chrome
34
34
CHROME_BIN : /usr/bin/google-chrome
35
35
USE_COVERALLS : true
45
45
run : google-chrome --version
46
46
47
47
- name : Set Display environment variable
48
- run : " export DISPLAY=:99"
48
+ run : ' export DISPLAY=:99'
49
49
50
50
- name : Checkout code
51
51
uses : actions/checkout@v3
84
84
with :
85
85
run : bundle exec rake ci:rspec
86
86
working-directory : ./ # optional
87
- options : " :99 -ac -screen scn 1600x1200x16"
87
+ options : ' :99 -ac -screen scn 1600x1200x16'
Original file line number Diff line number Diff line change 1
- v18.20.3
1
+ v22.3.0
Original file line number Diff line number Diff line change 3
3
"version" : " 1.1.0" ,
4
4
"description" : " Code from the React Webpack tutorial." ,
5
5
"engines" : {
6
- "node" : " 18 " ,
6
+ "node" : " 22 " ,
7
7
"yarn" : " 1.22"
8
8
},
9
9
"repository" : {
70
70
"marked" : " ^5.1.0" ,
71
71
"marked-gfm-heading-id" : " ^3.0.5" ,
72
72
"marked-mangle" : " ^1.1.0" ,
73
- "node-sass" : " ^9.0.0" ,
74
73
"node-uuid" : " ^1.4.8" ,
75
74
"postcss" : " ^8.4.5" ,
76
75
"postcss-loader" : " 7.3.3" ,
134
133
"react-refresh" : " ^0.14.0" ,
135
134
"react-transform-hmr" : " ^1.0.4" ,
136
135
"regenerator-runtime" : " ^0.13.11" ,
137
- "sleep" : " ^6.2.0" ,
138
136
"typescript" : " ^5.1.3" ,
139
137
"webpack-dev-server" : " ^4.11.1"
140
138
},
You can’t perform that action at this time.
0 commit comments