-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update package json Signed-off-by: huongg <[email protected]> * remove kedro version from requirement file so it always gets the latest version Signed-off-by: huongg <[email protected]> * update release note Signed-off-by: huongg <[email protected]> * testing to see if the build will pass Signed-off-by: huongg <[email protected]> * add NODE_OPTION because the proxy server resolves localhost to ipv6 and your node server don't know who to handle it. Signed-off-by: huongg <[email protected]> * update node version in contributing guideline Signed-off-by: huongg <[email protected]> * downgrade cypress to 13.3 Signed-off-by: huongg <[email protected]> * upgrade to node 18 in CI confirge Signed-off-by: huongg <[email protected]> * Latest package-lock added with node18 * jest upgraded * Jest upgrade revert * Clearing circleCI cache * upgrade circleci/node to 5.2.0 and override ci to npm install * comment on the failed test to fix separately Signed-off-by: huongg <[email protected]> * include kedro 19 in requirement file Signed-off-by: huongg <[email protected]> --------- Signed-off-by: huongg <[email protected]> Co-authored-by: Jitendra Gundaniya <[email protected]>
- Loading branch information
Showing
7 changed files
with
10,434 additions
and
44,879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ parameters: | |
|
||
orbs: | ||
win: circleci/[email protected] | ||
node: circleci/node@5.0.3 | ||
node: circleci/node@5.2.0 | ||
|
||
# No windows executor is listed here since windows builds use win/default and modify | ||
# the Python version through the conda environment. | ||
|
@@ -45,19 +45,20 @@ commands: | |
install_node_dependencies: | ||
steps: | ||
- node/install: | ||
node-version: '16.13.2' | ||
node-version: '18.20.0' | ||
# using install-packages command from node orb | ||
- node/install-packages | ||
- node/install-packages: | ||
override-ci-command: npm install | ||
|
||
nvm_use_npm_install: | ||
steps: | ||
- run: | ||
name: Use NVM to run Node v16 | ||
name: Use NVM to run Node v18 | ||
command: | | ||
nvm install v16.13.2 | ||
nvm install v18.20.0 | ||
node -v | ||
nvm alias default v16.13.2 | ||
nvm use v16.13.2 | ||
nvm alias default v18.20.0 | ||
nvm use v18.20.0 | ||
- run: | ||
name: Install Node dependencies | ||
command: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.