chore: bump devcontainer to node 18 (#7726)

* fix: bump devcontainer to node 16

* fix: bump devcontainer directly to nodejs 18
This commit is contained in:
Joshua Schmitt 2022-07-06 10:32:08 +02:00 committed by GitHub
parent 3a3ce254ce
commit 8a72b769b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
"waitFor": "postCreateCommand", // otherwise automated jest tests fail "waitFor": "postCreateCommand", // otherwise automated jest tests fail
"features": { "features": {
"node": { "node": {
"version": "14" "version": "18"
}, },
"github-cli": "latest" "github-cli": "latest"
} }