Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Mar 25, 2022
1 parent a8e1559 commit 744b54c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/nodeEngineCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const core = require('@actions/core');
const semver = require('semver');
const fs = require('fs').promises;
const path = require('path');
const { createCipheriv } = require('crypto');

/**
* This checks whether any package dependency requires a minimum node engine
Expand Down

0 comments on commit 744b54c

Please sign in to comment.