aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/stats.yml2
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