Skip to content

Commit

Permalink
ci: use newer version of Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirka committed Dec 16, 2022
1 parent f3e3433 commit ac6992d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:

test:
name: Test
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
env:
NODE_OPTIONS: --max-old-space-size=4096
steps:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

deploy:
name: Deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit ac6992d

Please sign in to comment.