From fc655f7a89e53c7d225446a7cf2962d9fd7408e4 Mon Sep 17 00:00:00 2001 From: Austin Burk Date: Wed, 11 Jan 2023 11:35:23 -0500 Subject: [PATCH] that should fix it --- .github/workflows/update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c9b7caf..c31a47d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,6 +12,9 @@ jobs: steps: - name: Check out this repo uses: actions/checkout@v2 + - name: Install needed node modules + run: |- + npm i - name: Fetch latest data run: |- npm run update-blocklist