Skip to content

Commit

Permalink
Merge pull request #114 from palavatv/chore/bump-ci-ubuntu-yarn-i-fro…
Browse files Browse the repository at this point in the history
…zen-lockfile

Bump ubuntu base image in CI, set yarn to install with frozen lockfile
janlelis authored Sep 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 54811c8 + 77c91d5 commit cefbf81
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
@@ -8,7 +8,7 @@ on:

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

steps:
- uses: actions/checkout@v2
@@ -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

0 comments on commit cefbf81

Please sign in to comment.