added npm i to runner
Some checks failed
Astro Deploy Pipeline / Build-and-Deploy (push) Failing after 15s

This commit is contained in:
Sam Tate 2024-08-28 00:26:00 +01:00
parent 4609ced418
commit b60293246f

View file

@ -29,6 +29,9 @@ jobs:
with: with:
node-version: 18 node-version: 18
- name: Install node modules
run: npm i
- name: Build site - name: Build site
run: npm run build run: npm run build