mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -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
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
version: 14
|
version: 14
|
||||||
- run: npm install @octokit/action
|
- run: yarn install --frozen-lockfile --ignore-engines --ignore-scripts
|
||||||
# Node.js script can be anywhere. A good convention is to put local GitHub Actions
|
|
||||||
# into the `.github/actions` folder
|
|
||||||
- run: node scripts/stats/index.js
|
- run: node scripts/stats/index.js
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue