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 30, 2024
1 parent 52f89b1 commit 5deb8c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gatsby-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
uses: actions/checkout@v3
- name: Setup the git user as the Actions user
uses: fregante/setup-git-user@v2
- name: Install the most recent Node.js version.
run: sudo apt-get install nodejs@14
- name: Download Node 14
run: curl -sL https://deb.nodesource.com/setup_14.x -o setup_14.sh
- name: nodesource setup
run: sudo sh ./setup_14.sh
- name: install node14
run: sudo apt install nodejs
- name: install sass
run: npm install -g sass
- name: Do a clean install of the required packages.
Expand Down

0 comments on commit 5deb8c1

Please sign in to comment.