From 8f311d56d02d883523e236e59de0c06c4926693d Mon Sep 17 00:00:00 2001 From: Peter Thorin Date: Mon, 10 Oct 2022 11:21:24 +0200 Subject: [PATCH] Use Node 16 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'