Skip to content

Commit cf68ab2

Browse files
committed
build with newer node version
1 parent 000871c commit cf68ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: use PHP 8.5 (2/2)
2828
run: sudo apt install -y php8.5 php8.5-cli php8.5-zip php8.5-xml php8.5-mbstring php8.5-intl php8.5-mysql php8.5-imagick
2929

30-
- name: set up node v20
30+
- name: set up node v24
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: "20"
33+
node-version: "24"
3434

3535
- name: cache composer dependencies
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)