Skip to content

Commit ea2511b

Browse files
Update dependency node to v24.13.0 (#501)
| datasource | package | from | to | | --------------- | --------------------- | ------- | ------- | | github-releases | actions/node-versions | 24.12.0 | 24.13.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74a94b7 commit ea2511b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: '24.12.0'
28+
node-version: '24.13.0'
2929

3030
- name: Install dependencies
3131
run: make prod-setup

0 commit comments

Comments
 (0)