Skip to content

Commit bfd14b1

Browse files
committed
Use Node 24
Node 20 is deprecated and will stop working in June https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
1 parent cf810cf commit bfd14b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespell-problem-matcher/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'codespell problem matcher'
22
author: 'Peter Newman'
33
description: 'Shows codespell errors as annotation (with file and code line) in GitHub Actions'
44
runs:
5-
using: 'node20'
5+
using: 'node24'
66
main: 'index.js'
77
branding:
88
icon: 'search'

0 commit comments

Comments
 (0)