File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 99 build-and-test :
1010 name : Build and test
1111 runs-on : ubuntu-latest
12+ strategy :
13+ fail-fast : false
14+ matrix :
15+ version :
16+ - ' 18.18'
17+ - ' 22.20'
18+ - ' 24.9'
1219 steps :
1320 - name : Checkout code
1421 uses : actions/checkout@v5
1522
16- - name : Install Node.js
23+ - name : Install Node.js v${{ matrix.version }}
1724 uses : actions/setup-node@v5
1825 with :
19- node-version : 18.18.0
26+ node-version : ${{ matrix.version }}
2027
2128 - run : npm ci
2229 - run : npm run lint
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This services exposes a set of APIs to produce server side evaluation of flags b
88[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/splitsoftware.svg?style=social&label=Follow&maxAge=1529000 )] ( https://twitter.com/intent/follow?screen_name=splitsoftware )
99
1010## Compatibility
11- Split Evaluator supports Node version 8 or higher.
11+ Split Evaluator supports Node version 16 or higher.
1212
1313## Getting started
1414Below is a simple example that describes the instantiation of Split Evaluator:
You can’t perform that action at this time.
0 commit comments