I hate Github actions

This commit is contained in:
2025-11-24 02:17:17 -06:00
parent 808f2cbe6d
commit 4634f5c24b

View File

@@ -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: