From eb634df3a52e2314e43a6265e48de2971aa4947c Mon Sep 17 00:00:00 2001 From: Genwald Date: Mon, 22 Jun 2020 16:45:20 -0500 Subject: [PATCH] Install versions of dependencies known to be compatible --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index f95b37a..706bae6 100644 --- a/action.js +++ b/action.js @@ -1,6 +1,6 @@ require('child_process') .execSync( - 'npm install @actions/core @actions/github', + 'npm install @actions/core@1.2.4 @actions/github@2.2.0', { cwd: __dirname } ); const fs = require('fs');