Skip to content

Commit da72f1a

Browse files
committed
fix: force node 24 github runner
1 parent 048a737 commit da72f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-dbdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '20'
29+
node-version: '24'
3030

3131
- name: Install dbdocs CLI
3232
run: sudo npm install -g dbdocs

0 commit comments

Comments
 (0)