mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update devcontainer.json to Node 18 (#11986)
This commit is contained in:
parent
7966dd7262
commit
bba2811ae5
@ -1,7 +1,9 @@
|
|||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/node:1": {},
|
"ghcr.io/devcontainers/features/node:1": {
|
||||||
|
"version": "18"
|
||||||
|
},
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:1": {
|
"ghcr.io/devcontainers/features/docker-in-docker:1": {
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"moby": true
|
"moby": true
|
||||||
|
Loading…
Reference in New Issue
Block a user