-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feature/gha-test
- Loading branch information
Showing
11 changed files
with
10,450 additions
and
44,881 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.