diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-25 15:43:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-25 15:43:10 +0100 |
commit | 1255f22de407d01649f595f3a0e72865a2cccd08 (patch) | |
tree | 58e745bbcc8ea80ffc3e7ae03a0498f85a0282c8 /.github/workflows/stats.yml | |
parent | 177c1da56d5d9cd382c2f3fc3f5ffa0d6b53f3db (diff) | |
download | PeerTube-1255f22de407d01649f595f3a0e72865a2cccd08.tar.gz PeerTube-1255f22de407d01649f595f3a0e72865a2cccd08.tar.zst PeerTube-1255f22de407d01649f595f3a0e72865a2cccd08.zip |
Use node 14 for lighthouse
Diffstat (limited to '.github/workflows/stats.yml')
-rw-r--r-- | .github/workflows/stats.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stats.yml b/.github/workflows/stats.yml index 968eb9612..e211f6a3b 100644 --- a/.github/workflows/stats.yml +++ b/.github/workflows/stats.yml | |||
@@ -23,7 +23,7 @@ jobs: | |||
23 | - name: Use Node.js | 23 | - name: Use Node.js |
24 | uses: actions/setup-node@v1 | 24 | uses: actions/setup-node@v1 |
25 | with: | 25 | with: |
26 | node-version: '12.x' | 26 | node-version: '14.x' |
27 | 27 | ||
28 | - name: Cache Node.js modules | 28 | - name: Cache Node.js modules |
29 | uses: actions/cache@v2 | 29 | uses: actions/cache@v2 |