Skip to content

Commit 1fdfb1d

Browse files
CR-10360-fix (#736)
* fix codefresh.yml + remove hardcoded node version check + add more tests * fix * test check version * fix check version * test version check * fix version check * remove useless + change pip * change pipelines * fix test + add ability to skip version check * fix pipeline * fix e2e * run e2e on a different account * Revert "fix e2e" This reverts commit ad17cb4. * add comment * fix tests + add readme for e2e * fix tests * fix tests * additional docs * test * fix
1 parent a1750cb commit 1fdfb1d

File tree

13 files changed

+462
-109
lines changed

13 files changed

+462
-109
lines changed

check-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const semver = require('semver');
2-
const { engines } = require('./package');
2+
const { engines } = require('./package.json');
33

44
function checkVersion(version = engines.node) {
55
if (!semver.satisfies(process.version, version)) {

0 commit comments

Comments
 (0)