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: