Pin versions in build
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
ee4e8cbe5f
commit
2432d20859
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
npm config set "//npm.fontawesome.com/:_authToken" ${{ secrets.FONTAWESOME_TOKEN }}
|
||||
- name: Install global npm packages
|
||||
run: |
|
||||
npm -g 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: |
|
||||
cd assets
|
||||
|
|
Loading…
Reference in a new issue