Skip to content

Commit f351fd6

Browse files
authored
Merge pull request #255 from sourcectl/renovate/node-24.x
Update dependency node to v24
2 parents 219e46c + 08f174a commit f351fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/astro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v6
2020
with:
21-
node-version: 20.19.6
21+
node-version: 24.12.0
2222

2323
- name: Run make clean
2424
run: make clean

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 20.19.6
17+
node-version: 24.12.0
1818

1919
- name: Run make clean
2020
run: make clean

0 commit comments

Comments
 (0)