From b5c134fa03c0b9d3988d3673bd5ecff33a7f81bf Mon Sep 17 00:00:00 2001 From: adligit2 <49273410+adligit2@users.noreply.github.com> Date: Mon, 9 Dec 2019 21:02:53 +0800 Subject: [PATCH] Update action.yml - name: Setup Node.js for use with actions uses: actions/setup-node@v1.1.0 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 77b6ca0b..211c42d1 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ inputs: description: 'Deprecated. Use node-version instead. Will not be supported after October 1, 2019' deprecationMessage: 'The version property will not be supported after October 1, 2019. Use node-version instead' runs: - using: 'node12' - main: 'lib/setup-node.js' + using: 'node@v1.1.0' + main: 'actions/setup-node@v1.1.0'