Skip to content

Commit

Permalink
Update gatsby-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveEdge1 authored Oct 29, 2024
1 parent a4e1191 commit 467dd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gatsby-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Setup the git user as the Actions user
uses: fregante/setup-git-user@v2
- name: Install the most recent Node.js version.
run: brew install node@10
run: brew install node@14
- name: link node.
run: brew link node@10
run: brew link node@14
- name: Do a clean install of the required packages.
run: npm install
- name: Install Gatsby CLI
Expand Down

0 comments on commit 467dd58

Please sign in to comment.