Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 3b23161

Browse files
authored
Update to Node 18 (#30)
* Update to Node 18 * Update lock file * Update packages
1 parent b306fcf commit 3b23161

File tree

7 files changed

+38
-15826
lines changed

7 files changed

+38
-15826
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222
cache: 'npm'
2323

2424
- name: Install dependencies

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '18'
2222
cache: 'npm'
2323

2424
- name: Install dependencies

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: '16'
18+
node-version: '18'
1919
cache: 'npm'
2020

2121
- name: Install dependencies

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22

3-
## 3.0.0 (IN PROGRESS)
3+
## 2.4.0 (2023-05-27)
44

55
### Features / Enhancements
66

77
- Migrate to Plugin Tools 1.5.0 (#29)
8+
- Update to Node 18 (#30)
89

910
## 2.3.0 (2023-05-21)
1011

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
![Dashboard](https://github.com/VolkovLabs/volkovlabs-abc-panel/raw/main/src/img/dashboard.png)
44

5-
[![Grafana 9](https://img.shields.io/badge/Grafana-9.5.2-orange)](https://www.grafana.com)
5+
![Grafana 9](https://img.shields.io/badge/Grafana-9.5.2-orange)
66
![CI](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/CI/badge.svg)
77
![E2E](https://github.com/volkovlabs/volkovlabs-abc-panel/workflows/E2E/badge.svg)
8-
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg?token=0m6f0ktUar)](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel)
8+
[![codecov](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel/branch/main/graph/badge.svg)](https://codecov.io/gh/VolkovLabs/volkovlabs-abc-panel)
99
[![CodeQL](https://github.com/VolkovLabs/volkovlabs-abc-panel/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/VolkovLabs/volkovlabs-abc-panel/actions/workflows/codeql-analysis.yml)
1010

1111
## Introduction
@@ -52,7 +52,7 @@ npm run start
5252

5353
- Use `docker-compose` to start the development environment with provisioned data source and a dashboard.
5454
- Provides unit and E2E test configuration.
55-
- Based on the latest version of Grafana.
55+
- Based on the latest version of Grafana and Grafana Tools.
5656
- Includes GitHub Actions for CI, E2E and Release.
5757
- Includes Static Data Source to emulate any data.
5858

0 commit comments

Comments
 (0)