Skip to content

Commit

Permalink
Amend packages
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Apr 18, 2024
1 parent 3393aef commit ff1c9c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff1c9c3

Please sign in to comment.