Skip to content

Commit

Permalink
CR-10360-fix (#736)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yaroslav-codefresh committed Mar 30, 2022
1 parent a1750cb commit 1fdfb1d
Show file tree
Hide file tree
Showing 13 changed files with 462 additions and 109 deletions.
2 changes: 1 addition & 1 deletion check-version.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const semver = require('semver');
const { engines } = require('./package');
const { engines } = require('./package.json');

function checkVersion(version = engines.node) {
if (!semver.satisfies(process.version, version)) {
Expand Down
Loading

0 comments on commit 1fdfb1d

Please sign in to comment.