We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715f3a0 commit eda63b1Copy full SHA for eda63b1
.github/workflows/check-dist.yml
@@ -22,10 +22,10 @@ jobs:
22
with:
23
persist-credentials: false
24
25
- - name: Setup Node.js 20.x
+ - name: Setup Node.js 24.x
26
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
27
28
- node-version: 20.x
+ node-version: 24.x
29
cache: npm
30
31
- name: Install dependencies
.github/workflows/dependabot.yml
@@ -39,7 +39,7 @@ jobs:
39
if: steps.npm.outputs.changed != ''
40
41
42
43
44
- name: Re-generate and commit dist/ if changed
45
id: amend
0 commit comments