1 parent 1207350 commit 5331d9aCopy full SHA for 5331d9a
2 files changed
.github/workflows/graphs.yml
@@ -35,7 +35,7 @@ jobs:
35
ref: ${{ github.head_ref || github.ref_name }}
36
token: ${{ secrets.GH_PAT || github.token }}
37
- name: Setup Node.js for graphs
38
- uses: actions/setup-node@v6
+ uses: actions/setup-node@v7
39
with:
40
node-version: "20"
41
- name: Generate graphs
.github/workflows/setup.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Setup Node.js for direct graph generation
66
if: steps.dispatch_graphs.outcome == 'failure'
67
68
69
70
- name: Generate graphs directly if dispatch fails
0 commit comments