mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
fix outdated lockfile issue (#1357)
This commit is contained in:
parent
0f28033a9d
commit
d7b6e54810
1 changed files with 1 additions and 3 deletions
4
.github/workflows/stat.yml
vendored
4
.github/workflows/stat.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue