From 837301048232ec1bda0d9ebd506e5808a1b6d494 Mon Sep 17 00:00:00 2001 From: Blayne Chard Date: Wed, 9 Aug 2023 11:21:01 +1200 Subject: [PATCH] ci: github to show eslint failure annotations (#765) --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97ad68b1..dd325275 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,9 @@ jobs: PR_NUMBER: ${{ github.event.number }} steps: - - uses: actions/checkout@v3 - - - uses: linz/action-typescript@v2 + - uses: linz/action-typescript@v3 + with: + package-manager: yarn - name: (Build) Prepare path for glyphs and sprites run: |