Skip to content

Commit 35827b7

Browse files
authored
Merge pull request #244 from conedevelopment/szepeviktor-patch-2
2 parents 3f3debe + 51c6b71 commit 35827b7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/js-tests export-ignore
1313
/phpstan.neon.dist export-ignore
1414
/phpunit.xml.dist export-ignore
15+
/pint.json export-ignore
1516
/public/build/assets/** linguist-generated
1617
/tests export-ignore
1718
/yarn.lock export-ignore linguist-generated

.github/workflows/front-end.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: "Front-end"
44

55
# ECMAScript version: 2018
6-
# Node.js version: 18.12
6+
# Node.js version: 23
77
# Yarn version: 1
88

99
on:
@@ -33,7 +33,7 @@ jobs:
3333
name: "Set up Node.js"
3434
uses: "actions/setup-node@v4"
3535
with:
36-
node-version: "18"
36+
node-version: "23"
3737
check-latest: true
3838
cache: "yarn"
3939
-
@@ -60,7 +60,7 @@ jobs:
6060
name: "Set up Node.js"
6161
uses: "actions/setup-node@v4"
6262
with:
63-
node-version: "18"
63+
node-version: "23"
6464
cache: "yarn"
6565
-
6666
name: "Configure yarn"
@@ -87,7 +87,7 @@ jobs:
8787
name: "Set up Node.js"
8888
uses: "actions/setup-node@v4"
8989
with:
90-
node-version: "18"
90+
node-version: "23"
9191
cache: "yarn"
9292
-
9393
name: "Configure yarn"

pint.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"preset": "laravel",
3+
"rules": {
4+
"declare_strict_types": true
5+
}
6+
}

0 commit comments

Comments
 (0)