File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,15 @@ jobs:
16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [12.x, 14.x, 16 .x]
19
+ node-version : [22 .x]
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
23
23
- uses : actions/checkout@v2
24
24
- name : Use Node.js ${{ matrix.node-version }}
25
- uses : actions/setup-node@v2
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
- cache : ' npm'
29
28
- run : npm ci
30
29
- run : npm run build --if-present
31
30
- run : npm test
Original file line number Diff line number Diff line change @@ -211,11 +211,6 @@ $ npm test
211
211
212
212
Make sure you have the dev dependencies installed (e.g. ` npm install . ` )
213
213
214
- ## Node version
215
-
216
- This project requires at least Node v4.2.
217
- Check out version ` 0.1.1 ` if you need support for older versions of Node.
218
-
219
214
## CLI usage
220
215
221
216
You can use script directly from command line for generating json data.
You can’t perform that action at this time.
0 commit comments