From a336c520e95fc90a394fc2b67a317b16ce639c2d Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 18 Jan 2022 11:02:48 +0100 Subject: [PATCH] chore: install minimatch Signed-off-by: blam --- .github/workflows/goalie-on-pr-review-or-response.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/goalie-on-pr-review-or-response.yaml b/.github/workflows/goalie-on-pr-review-or-response.yaml index 8b79c6c36b..6de72e5e5a 100644 --- a/.github/workflows/goalie-on-pr-review-or-response.yaml +++ b/.github/workflows/goalie-on-pr-review-or-response.yaml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - # - uses: actions/setup-node@v2 - # with: - # node-version: 14 - # - run: npm install minimatch + - uses: actions/setup-node@v2 + with: + node-version: 14 + - run: npm install minimatch - uses: SvanBoxel/codeowners-action@v1 id: codeowners with: