Skip to content

Commit e8a90a8

Browse files
authored
ci(package-manager): update ubuntu os to latest (#62)
1 parent 710c765 commit e8a90a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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

0 commit comments

Comments
 (0)