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'