Skip to content

Commit 833c32a

Browse files
authored
Merge pull request #3 from edwardgronroos/master
chore: run on node 16
2 parents b80729f + 23d6f1b commit 833c32a

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)