Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/11/en/part11b.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down