Skip to content

Commit 4f8941e

Browse files
authored
Install dependencies from package.json before deloy site (#303)
1 parent e4077be commit 4f8941e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/gen-members.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ jobs:
103103
with:
104104
name: og-images
105105
path: public/og/members/
106+
- uses: actions/setup-node@v4
107+
with:
108+
node-version: 18
109+
cache: 'npm'
110+
- name: Install dependencies
111+
run: npm install
106112
- name: Deploy Site
107113
env:
108114
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)