Skip to content

Commit

Permalink
ci: Update linux (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Apr 4, 2023
1 parent a510bdc commit 9479e05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
check-circular:
name: Circular Dependencies
timeout-minutes: 5
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.NODE_VERSION }}
Expand All @@ -34,7 +34,7 @@ jobs:
check-lint:
name: Lint
timeout-minutes: 5
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.NODE_VERSION }}
Expand All @@ -54,7 +54,7 @@ jobs:
check-tests:
name: Tests
timeout-minutes: 5
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand Down

0 comments on commit 9479e05

Please sign in to comment.