diff --git a/src/content/11/en/part11b.md b/src/content/11/en/part11b.md index 7a4a28c4f8..3f553481ff 100644 --- a/src/content/11/en/part11b.md +++ b/src/content/11/en/part11b.md @@ -281,6 +281,8 @@ jobs: run: npm run eslint # highlight-line ``` +ubunutu-20.04 is no longer supported on workflow. 22.04 works. + Note that the _name_ of a step is optional, if you define a step as follows ```yml