Skip to content

Commit b041746

Browse files
committed
use node 24 in workflows
1 parent fb0732a commit b041746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install Node.js
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: '20'
14+
node-version: '24'
1515
cache: 'npm'
1616

1717
- name: Generate Allure report

0 commit comments

Comments
 (0)