Skip to content

Commit

Permalink
feat(core): change version of node to 20.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 6, 2025
1 parent 2b05ecb commit 55c0fe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export NVM_DIR="${HOME}/.nvm"
export NVM_MESSAGE_BREW="Please install brew or use antidote bundle hadenlabs/zsh-core"
export NVM_PACKAGE_NAME=nvm
export NVM_VERSIONS=(
18.18.2
20.18.1
)
export NVM_VERSION=0.39.5
export NVM_VERSION_GLOBAL=18.18.2
export NVM_VERSION_GLOBAL=20.18.1
export NVM_PACKAGES=(
npm
pnpm
Expand All @@ -34,6 +34,6 @@ export NVM_PACKAGES=(
yo
generator-code
nativefier
vsce
@vscode/vsce
vercel
)

0 comments on commit 55c0fe3

Please sign in to comment.