Skip to content

Commit 009407f

Browse files
Update dependency node to v24
| datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 22.21.1 | 24.11.1 |
1 parent 776c786 commit 009407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup NodeJS
4949
uses: actions/setup-node@v6
5050
with:
51-
node-version: '22'
51+
node-version: '24'
5252
cache: npm
5353

5454
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)