Skip to content

Commit

Permalink
Fix LTS only work on >bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime authored Aug 9, 2023
1 parent 4c8b692 commit 516be46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/node/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"zsh_default": {
"image": "mcr.microsoft.com/devcontainers/base",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"node": {
"version": "lts"
Expand Down Expand Up @@ -54,4 +54,4 @@
}
}
}
}
}

0 comments on commit 516be46

Please sign in to comment.