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:
1616
1717 strategy :
1818 matrix :
19- node-version : [12.x, 14.x, 16 .x]
19+ node-version : [22 .x]
2020 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121
2222 steps :
2323 - uses : actions/checkout@v2
2424 - name : Use Node.js ${{ matrix.node-version }}
25- uses : actions/setup-node@v2
25+ uses : actions/setup-node@v4
2626 with :
2727 node-version : ${{ matrix.node-version }}
28- cache : ' npm'
2928 - run : npm ci
3029 - run : npm run build --if-present
3130 - run : npm test
Original file line number Diff line number Diff line change @@ -211,11 +211,6 @@ $ npm test
211211
212212Make sure you have the dev dependencies installed (e.g. ` npm install . ` )
213213
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-
219214## CLI usage
220215
221216You can use script directly from command line for generating json data.
You can’t perform that action at this time.
0 commit comments