Skip to content

Commit 1cda592

Browse files
authored
Switch action to Node 16 (#181)
1 parent fcbc05b commit 1cda592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ inputs:
2323
description: "The working directory to run the Dart analyzer in (defaults to `./`)."
2424
default: ./
2525
runs:
26-
using: "node12"
26+
using: "node16"
2727
main: "dist/index.js"
2828
branding:
29-
icon: "hexagon"
29+
icon: "search"
3030
color: "gray-dark"

0 commit comments

Comments
 (0)