1
mirror of https://github.com/jakejarvis/website-stats.git synced 2025-10-18 18:54:25 -04:00

symlink a "latest.json" file to the freshest stats

This commit is contained in:
2024-09-30 10:30:29 -04:00
parent 16e2a7f87b
commit 075d8968c4
5 changed files with 123 additions and 14 deletions

View File

@@ -9,9 +9,14 @@ jobs:
snapshot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
node-version: 16
- run: yarn install
- run: yarn run snapshot
version: 9
run_install: false
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm run snapshot