]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Use node 14 for lighthouse
authorChocobozzz <me@florianbigard.com>
Thu, 25 Nov 2021 14:43:10 +0000 (15:43 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Nov 2021 14:43:10 +0000 (15:43 +0100)
.github/workflows/stats.yml

index 968eb961234f1143d820550277672b59798ce4a1..e211f6a3b05cf54b869a83ed177982a147d15524 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v1
         with:
-          node-version: '12.x'
+          node-version: '14.x'
 
       - name: Cache Node.js modules
         uses: actions/cache@v2