Try installing postcss both locally and globally

pull/6/head
Thomas A. Christensen II 2 years ago committed by GitHub
parent 2432d20859
commit 7ec6e4a1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,7 @@ jobs:
npm config set "//npm.fontawesome.com/:_authToken" ${{ secrets.FONTAWESOME_TOKEN }}
- name: Install global npm packages
run: |
npm install postcss@^8.4.6 postcss-cli@^9.1.0 @fullhuman/postcss-purgecss@^2.0.3
npm -g install postcss@^8.4.6 postcss-cli@^9.1.0 @fullhuman/postcss-purgecss@^2.0.3
- name: Install local npm packages
run: |

Loading…
Cancel
Save