Skip to content

Commit

Permalink
fix: bump devcontainer directly to nodejs 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv authored Jul 6, 2022
2 parents 21fe26b + 599caa0 commit dcbaa25
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
"features": {
"node": {
"version": "16"
"version": "18"
},
"github-cli": "latest"
}
Expand Down

0 comments on commit dcbaa25

Please sign in to comment.