Skip to content

Commit 8635439

Browse files
committed
fix: use Node 16
1 parent 50adf4b commit 8635439

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
@@ -11,5 +11,5 @@ outputs:
1111
data:
1212
description: 'The "data" key of the GraphQL response body'
1313
runs:
14-
using: "node12"
14+
using: "node16"
1515
main: "dist/index.js"

0 commit comments

Comments
 (0)