Skip to content

Commit

Permalink
fix(ci): update nightly evm performance nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Aug 13, 2024
1 parent 2329c3b commit 89eb63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-nightly-performance-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "INSTALL:NODEJS"
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

- name: "START:LOCAL:NET:WITH:STATE"
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
artillery report report.json --output artillery_report.html
- name: "UPLOAD:REPORT"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: artillery-report
Expand Down

0 comments on commit 89eb63d

Please sign in to comment.