Skip to content

Commit 37bda95

Browse files
authored
ci: bump actions/setup-node to v6 for Node 24 runtime (#8212)
1 parent 25f8081 commit 37bda95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
composer global config allow-plugins.soyuka/pmu true --no-interaction
225225
composer global link .
226226
- name: Setup Node.js
227-
uses: actions/setup-node@v4
227+
uses: actions/setup-node@v6
228228
with:
229229
node-version: '20'
230230
- name: Install Redocly CLI

0 commit comments

Comments
 (0)