mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
Update devcontainer.json
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
"name": "Node.js & TypeScript",
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
// Update 'VARIANT' to pick a Node version: 10, 12, 14
|
||||
"args": {
|
||||
"VARIANT": "14"
|
||||
"VARIANT": "12"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
@@ -15,4 +14,4 @@
|
||||
"dbaeumer.vscode-eslint"
|
||||
],
|
||||
"remoteUser": "node"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user