From d7b6e5481062f3f4901483a14e26cf103a459596 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 13 Sep 2021 15:34:40 -0700 Subject: [PATCH] fix outdated lockfile issue (#1357) --- .github/workflows/stat.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stat.yml b/.github/workflows/stat.yml index 43b89be963..ab9e042f34 100644 --- a/.github/workflows/stat.yml +++ b/.github/workflows/stat.yml @@ -18,9 +18,7 @@ jobs: - uses: actions/setup-node@v1 with: version: 14 - - run: npm install @octokit/action - # Node.js script can be anywhere. A good convention is to put local GitHub Actions - # into the `.github/actions` folder + - run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts - run: node scripts/stats/index.js env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}