From 4634f5c24b6fb11a3df17dc4087a309bdec73c47 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 24 Nov 2025 02:17:17 -0600 Subject: [PATCH] I hate Github actions --- .github/workflows/generate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 37d8a37..6307cf3 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -15,6 +15,8 @@ jobs: # VITAL: This token makes the push trigger the NEXT workflow token: ${{ secrets.GH_PAT }} + - run: npm install -g npm@latest + - name: Setup Node.js uses: actions/setup-node@v4 with: