1
0
mirror of https://github.com/Radarr/Radarr synced 2025-10-06 02:02:54 +02:00

Bump devcontainer nodejs version to 20

(cherry picked from commit d8222c066c04d5219a21a6e7f9f3571a67e8dcca)
This commit is contained in:
Chaz Harris
2025-02-15 03:47:22 -06:00
committed by Bogdan
parent e8bbe0ee9f
commit 2aca6c6e1d

View File

@@ -6,7 +6,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "16",
"version": "20",
"nvmVersion": "latest"
}
},