From 841007459df55ff788b3e81019e72507a2a64517 Mon Sep 17 00:00:00 2001 From: Peter Thorin Date: Sun, 16 Oct 2022 19:49:13 +0200 Subject: [PATCH] Use Node 16 (#273) See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ff93fd7..7006ac5 100644 --- a/action.yml +++ b/action.yml @@ -18,5 +18,5 @@ inputs: required: false default: 'false' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'