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 fb0732a commit b041746Copy full SHA for b041746
.github/actions/deploy-reports/action.yml
@@ -11,7 +11,7 @@ runs:
11
- name: Install Node.js
12
uses: actions/setup-node@v4
13
with:
14
- node-version: '20'
+ node-version: '24'
15
cache: 'npm'
16
17
- name: Generate Allure report
0 commit comments