From aaa9611b1cca7d8c0e0574cdadd7522b51512293 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 22 Oct 2024 20:53:09 +0200 Subject: [PATCH] Version bump --- .forgejo/workflows/unlighthouse.yml | 2 +- package.json | 2 +- unlighthouse.config.ts | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 48c36e0..8be6015 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - name: Run unlighthouse - run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling + run: unlighthouse-ci --site "http://localhost:8081/" - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports diff --git a/package.json b/package.json index 3502a46..0240871 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.14", + "version": "0.2.0-pre.16", "private": true, "scripts": { "dev": "astro dev", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 53ba891..8ae18a1 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -10,12 +10,13 @@ export default { }, ci: { budget: 50, - buildStatic: true + buildStatic: true, }, scanner: { device: 'mobile', sitemap: true, throttle: false, + dynamicSampling: false, }, outputPath: "unlighthouse-reports", }