File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 12
12
/js-tests export-ignore
13
13
/phpstan.neon.dist export-ignore
14
14
/phpunit.xml.dist export-ignore
15
+ /pint.json export-ignore
15
16
/public /build /assets /** linguist-generated
16
17
/tests export-ignore
17
18
/yarn.lock export-ignore linguist-generated
Original file line number Diff line number Diff line change 3
3
name : " Front-end"
4
4
5
5
# ECMAScript version: 2018
6
- # Node.js version: 18.12
6
+ # Node.js version: 23
7
7
# Yarn version: 1
8
8
9
9
on :
33
33
name : " Set up Node.js"
34
34
uses : " actions/setup-node@v4"
35
35
with :
36
- node-version : " 18 "
36
+ node-version : " 23 "
37
37
check-latest : true
38
38
cache : " yarn"
39
39
-
60
60
name : " Set up Node.js"
61
61
uses : " actions/setup-node@v4"
62
62
with :
63
- node-version : " 18 "
63
+ node-version : " 23 "
64
64
cache : " yarn"
65
65
-
66
66
name : " Configure yarn"
87
87
name : " Set up Node.js"
88
88
uses : " actions/setup-node@v4"
89
89
with :
90
- node-version : " 18 "
90
+ node-version : " 23 "
91
91
cache : " yarn"
92
92
-
93
93
name : " Configure yarn"
Original file line number Diff line number Diff line change
1
+ {
2
+ "preset" : " laravel" ,
3
+ "rules" : {
4
+ "declare_strict_types" : true
5
+ }
6
+ }
You can’t perform that action at this time.
0 commit comments