Skip to content

Commit

Permalink
chore: bump devcontainer to node 18 (#7726)
Browse files Browse the repository at this point in the history
* fix: bump devcontainer to node 16

* fix: bump devcontainer directly to nodejs 18
  • Loading branch information
jqshuv authored Jul 6, 2022
1 parent 3a3ce25 commit 8a72b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"waitFor": "postCreateCommand", // otherwise automated jest tests fail

This comment has been minimized.

Copy link
@vasyadrutsul

vasyadrutsul Aug 12, 2022

Comments are not permitted in JSON

This comment has been minimized.

Copy link
@slorber

slorber Aug 16, 2022

Collaborator

should we remove it? Does it make your ide fail?

"features": {
"node": {
"version": "14"
"version": "18"
},
"github-cli": "latest"
}
Expand Down

0 comments on commit 8a72b76

Please sign in to comment.