From ff1c9c36e6ddcc3f5775b865f89055913f423418 Mon Sep 17 00:00:00 2001 From: Daniel Pett Date: Thu, 18 Apr 2024 17:45:39 +0100 Subject: [PATCH] Amend packages --- .github/workflows/deploy-on-commit.yml | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-on-commit.yml b/.github/workflows/deploy-on-commit.yml index c76279925..700cd4607 100644 --- a/.github/workflows/deploy-on-commit.yml +++ b/.github/workflows/deploy-on-commit.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repository @@ -25,7 +25,7 @@ jobs: run: | npm install -D @playwright/test@latest npx playwright install - npm install + npm install --verbose - name: Build Gatsby site run: | diff --git a/package-lock.json b/package-lock.json index afb34e4b0..26341751e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "aos": "^2.3.4", "bootstrap": "^5.3.3", "decode-uri-component": "^0.4.1", - "gatsby": "^5.13.4", + "gatsby": "^5.13.3", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-canonical-urls": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1", diff --git a/package.json b/package.json index 8889a45f8..809c081bb 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "aos": "^2.3.4", "bootstrap": "^5.3.3", "decode-uri-component": "^0.4.1", - "gatsby": "^5.13.4", + "gatsby": "^5.13.3", "gatsby-awesome-pagination": "^0.3.8", "gatsby-plugin-canonical-urls": "^5.13.1", "gatsby-plugin-google-gtag": "^5.13.1",