Skip to content

Commit aa797a4

Browse files
authored
Run using Node 16
Actions using Node 12 has been deprecated since September 22, 2022. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
1 parent ff6ef50 commit aa797a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ outputs:
1212
teller-version:
1313
description: "The Teller version that was installed."
1414
runs:
15-
using: "node12"
15+
using: "node16"
1616
main: "main.js"

0 commit comments

Comments
 (0)