Skip to content

Commit

Permalink
[*] CI, release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpovich committed Nov 14, 2024
1 parent 460db63 commit 603ee8d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tag: ${{ steps.semvers.outputs.patch }}'
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Test
on:
workflow_dispatch:
push:
branches: [main]
branches: [main-1.1]
pull_request:
types: [opened, synchronize]
branches: [main]
branches: [main-1.1]

jobs:
Test:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '20'
cache: 'yarn'
- run: yarn install
- run: yarn build
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ TimeBase plugin uses [TimeBase Web Admin](https://webadmin.timebase.info/api/v0/
---
**IMPORTANT NOTICE**

Plugin works with TimeBase Web Admin versions __>=0.5.5__, TimeBase server versions __>=5.5.6__ and Grafana versions __>=10.2.0__.
Supported TimeBase versions: `[5.5.6, 5.7.*]`
Supported TimeBase Web Admin versions: `[0.5.5, 1.2.*]`
Supported Grafana versions: `[10.2.0+, 11+]`

Other versions are rather incompatible or partially incompatible.

To build the plugin NodeJS >= 20 and Yarn >= 1.22 are used.

---

## How To Build

To build the plugin `NodeJS` >= 20 and `Yarn` >= 1.22 are required.

## Installation

### Using environment variable
Expand Down

0 comments on commit 603ee8d

Please sign in to comment.