Skip to content

Commit

Permalink
Use old node for JSPM, new node for Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Feb 28, 2024
1 parent dbe20e2 commit bab83a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
14.17.0
3 changes: 1 addition & 2 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set -e
setupNvm() {
export NVM_DIR="$HOME/.nvm"
[[ -s "$NVM_DIR/nvm.sh" ]] && . "$NVM_DIR/nvm.sh" # This loads nvm

nvm install
nvm use
}
Expand All @@ -27,7 +26,7 @@ javascriptV1() {

javascriptV2() {
pushd fronts-client

nvm use
yarn install
yarn lint
yarn test
Expand Down

0 comments on commit bab83a5

Please sign in to comment.