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.
2 parents 70cf1b6 + eb05284 commit 556ac66Copy full SHA for 556ac66
.github/workflows/markdown-lint.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
28
29
- name: Set up Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
31
with:
32
node-version: ${{ matrix.node-version }}
33
.github/workflows/prettier-json.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18
19
- name: Set up Node.js
20
21
22
node-version: 24.x
23
0 commit comments