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",