Skip to content

Commit be24f36

Browse files
authored
Merge pull request #1 from edwardgronroos/master
chore: run on node 16
2 parents d6f1e0a + 0bfaa7f commit be24f36

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: 'sort problem matcher'
22
author: 'Peter Newman'
33
description: 'Shows GNU sort 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)