Skip to content

Commit

Permalink
Modify github actions workflow to delete node modules so that it does…
Browse files Browse the repository at this point in the history
…n't try to build with mismatched node versions
  • Loading branch information
skycube19 committed Oct 22, 2024
1 parent 73a34fe commit 88ed97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: npm install and build
run: |
rm -rf node_modules
echo $GITHUB_PATH
echo $PATH
npm install
Expand Down

0 comments on commit 88ed97f

Please sign in to comment.