Skip to content

Commit dd2a885

Browse files
authored
ci(package-manager): update ubuntu os to latest (fastify#4591)
* ci(package-manager): update ubuntu os to latest * docs(reference/lts): fix table formatting
1 parent 7cbad58 commit dd2a885

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-manager-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
# Maintenance and active LTS
1818
node-version: [14, 16]
19-
os: [ubuntu-18.04]
19+
os: [ubuntu-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444
matrix:
4545
# Maintenance and active LTS
4646
node-version: [14, 16]
47-
os: [ubuntu-18.04]
47+
os: [ubuntu-latest]
4848

4949
steps:
5050
- uses: actions/checkout@v3

docs/Reference/LTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ YAML workflow labels below:
6262
| OS | YAML Workflow Label | Package Manager | Node.js |
6363
|---------|------------------------|---------------------------|--------------|
6464
| Linux | `ubuntu-latest` | npm | 14,16,18 |
65-
| Linux | `ubuntu-18.04` | yarn,pnpm | 14,16,18 |
65+
| Linux | `ubuntu-latest` | yarn,pnpm | 14,16,18 |
6666
| Windows | `windows-latest` | npm | 14,16,18 |
6767
| MacOS | `macos-latest` | npm | 14,16,18 |
6868

0 commit comments

Comments
 (0)