diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-03 15:11:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 15:11:12 +0000 |
commit | c622bbad0dfed3d30c6e0429c62174018d4e0229 (patch) | |
tree | 8ddd1ec33d31050af5d56435ae66db6a391e02a5 | |
parent | 5a0521279ba73663918ff058038eb8c4ad874b7a (diff) | |
download | compiler-explorer-gh-11213.tar.gz compiler-explorer-gh-11213.zip |
Update Node.js to v20gh-11213
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 369efd1c7..ec9e19768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "webpack-manifest-plugin": "^5.0.0" }, "engines": { - "node": ">=18.19.0" + "node": ">=20.12.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 34004fdce..09e4e3e9e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "version": "0.0.3", "engines": { - "node": ">=18.19.0" + "node": ">=20.12.1" }, "main": "./app.ts", "dependencies": { |