Skip to content

Commit

Permalink
v4.121.1 - Revert node version.
Browse files Browse the repository at this point in the history
This is to fix a build issue.
  • Loading branch information
DamianMullins committed Aug 26, 2024
1 parent 753e19a commit b0852e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "20"
cache: yarn
- name: Setup Pages
id: pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
node-version: "20"
cache: yarn
- name: Restore cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "damianmullins",
"description": "Development Blog for Damian mullins - Senior Full-Stack Engineer at Growth Kitchen.",
"homepage": "https://www.damianmullins.com",
"version": "4.121.0",
"version": "4.121.1",
"author": "Damian Mullins <[email protected]> (https://www.damianmullins.com)",
"keywords": [
"gatsby"
Expand Down

0 comments on commit b0852e0

Please sign in to comment.