Skip to content

Commit 1089434

Browse files
authored
Update node and add demo (#83)
1 parent c1c60d9 commit 1089434

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js environment
1313
uses: actions/[email protected]
1414
with:
15-
node-version: "12.x"
15+
node-version: "14.x"
1616

1717
- name: Get yarn cache directory path
1818
id: yarn-cache-dir-path

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/[email protected]
2020
with:
21-
node-version: "12.x"
21+
node-version: "14.x"
2222

2323
- name: Get yarn cache directory path
2424
id: yarn-cache-dir-path
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Node.js environment
104104
uses: actions/[email protected]
105105
with:
106-
node-version: "12.x"
106+
node-version: "14.x"
107107

108108
- name: Get yarn cache directory path
109109
id: yarn-cache-dir-path

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/[email protected]
1717
with:
18-
node-version: "12.x"
18+
node-version: "14.x"
1919

2020
- name: Get yarn cache directory path
2121
id: yarn-cache-dir-path

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ All dashboards are available from the application's icon in the left side menu.
4141

4242
![Redis-CLI-Dashboards](https://raw.githubusercontent.com/RedisGrafana/grafana-redis-app/master/src/img/redis-cli-dashboard.png)
4343

44+
## Demo
45+
46+
Demo is available on [demo.volkovlabs.io](https://demo.volkovlabs.io):
47+
48+
- [Redis Overview dashboard](https://demo.volkovlabs.io/d/TgibHBv7z/redis-overview?orgId=1&refresh=1h)
49+
- [Projects](https://demo.volkovlabs.io)
50+
4451
### Requirements
4552

4653
- **Grafana 8.0+** is required for Redis Application 2.X.

0 commit comments

Comments
 (0)