]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/benchmark.yml
Merge branch 'release/5.0.0' into develop
[github/Chocobozzz/PeerTube.git] / .github / workflows / benchmark.yml
index 7e8259d27931dc898ce031f49aae911f4fa44257..2566f5ba86f9f713eb4bfd3aed47f6ae2a1bef22 100644 (file)
@@ -31,11 +31,11 @@ jobs:
       PGHOST: localhost
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
       - uses: './.github/actions/reusable-prepare-peertube-build'
         with:
-          node-version: '12.x'
+          node-version: '14.x'
 
       - uses: './.github/actions/reusable-prepare-peertube-run'
 
@@ -71,7 +71,7 @@ jobs:
 
       - name: Run benchmark
         run: |
-          node dist/scripts/benchmark.js benchmark.json
+          node dist/scripts/benchmark.js -o benchmark.json
 
       - name: Display result
         run: |