Skip to content

Commit

Permalink
Patch(timekeeper): downgraded functions version
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Jul 27, 2024
1 parent dd7cfae commit cc9f233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/timekeeper/src/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const runner = async (p, options) => {
});
fs.writeFileSync(configPath, `module.exports = ${JSON.stringify(config)}`);
await exec(
`npx -p @babel/core@7 -p @babel/node@7 -p @sliit-foss/[email protected] -p @sliit-foss/functions@2.10.0 babel-node --config-file=${configPath} ${p}`
`npx -p @babel/core@7 -p @babel/node@7 -p @sliit-foss/[email protected] -p @sliit-foss/functions@2.7.0 babel-node --config-file=${configPath} ${p}`
).then(({ stdout, stderr }) => {
if (stdout) console.log(stdout);
if (stderr) console.error(stderr.red);
Expand Down

0 comments on commit cc9f233

Please sign in to comment.