Skip to content

Commit

Permalink
fix: bump devcontainer to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Jul 5, 2022
1 parent 3a3ce25 commit 21fe26b
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": "14"
"version": "16"
},
"github-cli": "latest"
}
Expand Down

0 comments on commit 21fe26b

Please sign in to comment.