added npm i to runner
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after 15s
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after 15s
This commit is contained in:
parent
4609ced418
commit
b60293246f
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ jobs:
|
|||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Install node modules
|
||||
run: npm i
|
||||
|
||||
- name: Build site
|
||||
run: npm run build
|
||||
|
||||
|
|
Loading…
Reference in a new issue