Skip to content

Commit

Permalink
fix: resolve OOM Killed issues in compile (#28)
Browse files Browse the repository at this point in the history
Really the underlying issues are in ts-node/esm / node 20
  • Loading branch information
jamesdabbs authored May 6, 2023
1 parent a34fb40 commit 5ed174a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:18",
"containerEnv": {
"DATA_WORKSPACE": "/workspaces/web/data"
},
Expand Down
3 changes: 3 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Pinned here and in devcontainer to avoid OOM issues stemming from
# https://github.com/TypeStrong/ts-node/issues/1995
nodejs 18.16.0

0 comments on commit 5ed174a

Please sign in to comment.