Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter <peter@innocraft.com>2022-01-24 01:08:28 +0300
committerPeter <peter@innocraft.com>2022-01-24 01:08:28 +0300
commit9c1b55bed185e987570617b0b8a9eb97ee30dfc8 (patch)
tree16b473306006206facee367aad49f8eb20d49abf
parenta34ede476e9254712ea7a521184609dd634544c2 (diff)
Update matomo-tests.ymlgithub-aciton
try node 12
-rw-r--r--.github/workflows/matomo-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/matomo-tests.yml b/.github/workflows/matomo-tests.yml
index 326c0cdd02..e7e50ddf12 100644
--- a/.github/workflows/matomo-tests.yml
+++ b/.github/workflows/matomo-tests.yml
@@ -118,7 +118,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
- node-version: '14'
+ node-version: '12'
- name: prepare setup
shell: bash