This commit is contained in:
@@ -26,7 +26,9 @@ jobs:
|
||||
- name: Install Node Dependencies
|
||||
run: |
|
||||
if [ -f "package.json" ]; then
|
||||
pnpm install --no-frozen-lockfile || npm install
|
||||
# Force pnpm to use the version baked into our Nix image
|
||||
pnpm config set manage-package-manager false
|
||||
pnpm install --no-frozen-lockfile
|
||||
fi
|
||||
|
||||
- name: Build with Hugo
|
||||
|
||||
Reference in New Issue
Block a user