Skip to content

Commit 0afdd09

Browse files
build(github-actions): Bump dependency node to v24.15.0 (#264)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eddd6e4 commit 0afdd09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 24.x
23+
node-version: 24.15.0
2424

2525
- name: Install dependencies
2626
run: npm install

0 commit comments

Comments
 (0)