Skip to content

Commit 23d6f1b

Browse files
chore: run on node 16
1 parent b80729f commit 23d6f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: 'node12'
5+
using: 'node16'
66
main: 'index.js'
77
branding:
88
icon: 'search'

0 commit comments

Comments
 (0)