Skip to content

Commit 42b7b74

Browse files
committed
build assets with node 24
1 parent 424048f commit 42b7b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
php-version: 8.4
2323
tools: composer:v2
2424
coverage: none
25-
- uses: actions/setup-node@v3
25+
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '22.x'
27+
node-version: '24'
2828
- run: composer install --no-interaction --prefer-dist --optimize-autoloader
2929
- run: yarn install
3030
- run: yarn run prod

0 commit comments

Comments
 (0)