Skip to content

Commit a646e48

Browse files
authored
Install dependencies from package.json on site build (#304)
1 parent 4f8941e commit a646e48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ jobs:
6464
with:
6565
name: og-images
6666
path: public/og/members/
67+
- uses: actions/setup-node@v4
68+
with:
69+
node-version: 18
70+
cache: 'npm'
71+
- name: Install dependencies
72+
run: npm install
6773
- name: Deploy Site
6874
env:
6975
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)