Skip to content

Commit

Permalink
feat(node): use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Mar 5, 2024
1 parent e2e0b7e commit 00d6306
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-spies-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"web-ide": patch
---

feat(node): use node 18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"git-validator": "^0.11.2"
"git-validator": "^0.13.0"
},
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion src/installers/node.installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rm -rf /usr/local/bin/fnm-$ARCH.zip
chmod +x /usr/local/bin/fnm
eval "`fnm env --shell zsh`"

fnm use 16 --install-if-missing
fnm use 18 --install-if-missing
corepack enable
corepack prepare --all
npm i -g ts-node tsx npm-check-updates del-cli http-server pm2 degit # @arethetypeswrong/cli loadtest cloc
Expand Down

0 comments on commit 00d6306

Please sign in to comment.