From 6923ce3409998bbec18b860b55bad2ac0f0e7245 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 9 Jul 2019 12:42:38 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index adc3afe..31360e4 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ inputs: architecture: description: 'The target architecture (x86, x64) of the Python interpreter.' runs: - using: 'node' + using: 'node12' main: 'lib/setup-python.js'