Skip to content

Commit b525117

Browse files
authored
Merge pull request #39 from plugwise/renovate/node-24.x
Update dependency node to v24
2 parents 3f1f994 + 6e1afbc commit b525117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diffy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# if: steps.base-diff.outputs.cache-hit != 'true'
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: 20
41+
node-version: 24
4242
- name: Install diff2html
4343
# if: steps.base-diff.outputs.cache-hit != 'true'
4444
run: npm -g install diff2html-cli diff2html

0 commit comments

Comments
 (0)