1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add a note about Ubuntu 18 deprecation (#29527)

Co-authored-by: Dusko Dobranic <101048884+ddobranic@users.noreply.github.com>
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
This commit is contained in:
Mikhail Timofeev
2022-08-10 00:37:39 +04:00
committed by GitHub
parent 37203886ff
commit 6e1bf47b5c
5 changed files with 10 additions and 9 deletions

View File

@@ -793,11 +793,11 @@ strategy:
fail-fast: false
matrix:
node: [13, 14]
os: [macos-latest, ubuntu-18.04]
os: [macos-latest, ubuntu-latest]
experimental: [false]
include:
- node: 15
os: ubuntu-18.04
os: ubuntu-latest
experimental: true
```
{% endraw %}