Skip to content

Commit

Permalink
docs: set node to 20, update tsx (#4629)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 30, 2023
1 parent 723f65b commit c01c2ff
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "18"
NODE_VERSION = "20"
# don't need playwright for docs build
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-license": "^3.2.0",
"simple-git-hooks": "^2.9.0",
"tsx": "^4.1.1",
"tsx": "^4.6.1",
"typescript": "^5.2.2",
"vite": "^5.0.0-beta.19",
"vitest": "workspace:*"
Expand Down
57 changes: 28 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c01c2ff

Please sign in to comment.