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 ba8e5f9 commit a4e1191
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gatsby-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout the current code
uses: actions/checkout@v3
- name: Setup the git user as the Actions user
uses: fregante/setup-git-user@v2
- name: install homebrew.
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: put brew command in Path
run: echo "export PATH=/opt/homebrew/bin:$PATH" >> ~/.bash_profile && source ~/.bash_profile
- name: Install the most recent Node.js version.
run: brew install node@10
- name: link node.
Expand Down

0 comments on commit a4e1191

Please sign in to comment.