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 8f1db18 commit da8e76a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gatsby-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Download nvm
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
- name: nvm setup
run: source ~/.bashrc
run: |
nvm install --latest-npm --no-progress
echo "$(dirname $(nvm which node))" >> $GITHUB_PATH
- name: install node14
run: nvm install 14
- name: show node version
Expand Down

0 comments on commit da8e76a

Please sign in to comment.