Skip to content

Commit

Permalink
ci(package-manager): update ubuntu os to latest (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 24, 2023
1 parent e8fe95c commit 461576e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# Maintenance and active LTS
node-version: [14, 16, 18]
os: [ubuntu-18.04]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
matrix:
# Maintenance and active LTS
node-version: [14, 16, 18]
os: [ubuntu-18.04]
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 461576e

Please sign in to comment.