Skip to content

Commit

Permalink
Install versions of dependencies known to be compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Genwald authored and majkrzak committed Jun 23, 2020
1 parent a84d139 commit eb634df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit eb634df

Please sign in to comment.