fix(devcontainer): upgrade node to version 20 (#3385)

* fix(devcontainer): upgrade node to version 20

* chore: since Windows and Linux use different default line endings, Git may report a large number of modified files that have no differences aside from their line endings.
This commit is contained in:
Nigro Simone 2025-02-14 00:22:50 +01:00 committed by GitHub
parent 79ee1ad15f
commit 5a6734429c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
FROM node:12
FROM node:20
# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive

View File

@ -1,6 +1,6 @@
// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml.
{
"name": "Node.js 12 & Postgres",
"name": "Node.js 20 & Postgres",
"dockerComposeFile": "docker-compose.yml",
"service": "web",
"workspaceFolder": "/workspace",

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf