We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000871c commit cf68ab2Copy full SHA for cf68ab2
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: use PHP 8.5 (2/2)
28
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
29
30
- - name: set up node v20
+ - name: set up node v24
31
uses: actions/setup-node@v4
32
with:
33
- node-version: "20"
+ node-version: "24"
34
35
- name: cache composer dependencies
36
uses: actions/cache@v4
0 commit comments