Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/js-tests export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/pint.json export-ignore
/public/build/assets/** linguist-generated
/tests export-ignore
/yarn.lock export-ignore linguist-generated
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: "Front-end"

# ECMAScript version: 2018
# Node.js version: 18.12
# Node.js version: 23
# Yarn version: 1

on:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
name: "Set up Node.js"
uses: "actions/setup-node@v4"
with:
node-version: "18"
node-version: "23"
check-latest: true
cache: "yarn"
-
Expand All @@ -60,7 +60,7 @@ jobs:
name: "Set up Node.js"
uses: "actions/setup-node@v4"
with:
node-version: "18"
node-version: "23"
cache: "yarn"
-
name: "Configure yarn"
Expand All @@ -87,7 +87,7 @@ jobs:
name: "Set up Node.js"
uses: "actions/setup-node@v4"
with:
node-version: "18"
node-version: "23"
cache: "yarn"
-
name: "Configure yarn"
Expand Down
6 changes: 6 additions & 0 deletions pint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"preset": "laravel",
"rules": {
"declare_strict_types": true
}
}
Loading