Skip to content

Commit

Permalink
upgrade to yarn 3.x in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed May 1, 2023
1 parent cb9c892 commit adc60e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/logstation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:

build:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -23,6 +23,10 @@ jobs:
cache: 'yarn'
cache-dependency-path: ./web/yarn.lock

- name: Install yarn 3.x
run: yarn set version 3.x
working-directory: ./web

- name: Install web
run: yarn install
working-directory: ./web
Expand Down

0 comments on commit adc60e7

Please sign in to comment.