I hate Github actions
This commit is contained in:
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
|||||||
# VITAL: This token makes the push trigger the NEXT workflow
|
# VITAL: This token makes the push trigger the NEXT workflow
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
||||||
|
- run: npm install -g npm@latest
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user