We use npm, not yarn in this house
This commit is contained in:
parent
9aaa6f7cb0
commit
4dd43fcf53
@ -13,9 +13,9 @@ jobs:
|
||||
with:
|
||||
node-version: 20.x
|
||||
- name: Install dependencies 📦
|
||||
run: yarn install --frozen-lockfile
|
||||
run: npm ci
|
||||
- name: Build eleventy
|
||||
run: yarn build
|
||||
run: npm run build
|
||||
env:
|
||||
NODE_ENV: production
|
||||
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user