Skip to content

Commit

Permalink
Bump ubuntu from v18 to v22 in CI, make yarn install with frozen lock…
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
pascalwengerter committed Sep 22, 2023
1 parent 54811c8 commit 77c91d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
run: sudo apt install yarn

- name: Install palava-web
run: yarn
run: yarn install --frozen-lockfile

- name: Lint palava-web
run: yarn lint
Expand Down

0 comments on commit 77c91d5

Please sign in to comment.