Skip to content

Commit

Permalink
PWA-3288::DevContainer > Node 14 to 18 LTS #4170 (#4316)
Browse files Browse the repository at this point in the history
* DevContainer > Node 14 to 18 LTS

* Delete .vscode directory

* Update devcontainer.json

---------

Co-authored-by: Rafael Corrêa Gomes <[email protected]>
  • Loading branch information
glo82145 and rafaelstz authored Sep 2, 2024
1 parent e12e4fe commit f706606
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "PWA Studio",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-14",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"containerEnv": {
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"forwardPorts": [10000],
"postCreateCommand": "yarn install --frozen-lockfile && yarn build && yarn workspace @magento/venia-concept run watch",
"postCreateCommand": "yarn install --frozen-lockfile && yarn build",
"postStartCommand": "yarn workspace @magento/venia-concept run watch",
"extensions": [
"larsroettig.vscode-pwa-studio",
"GraphQL.vscode-graphql-syntax"
Expand Down

0 comments on commit f706606

Please sign in to comment.