Skip to content

Commit 33588a9

Browse files
authored
Merge pull request #131 from mihneadb/codex/update-readme.md-for-node-=10-requirement
Update Node version requirement in docs
2 parents 248bc55 + 46189d1 commit 33588a9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ $ npm test
211211

212212
Make 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

221216
You can use script directly from command line for generating json data.

0 commit comments

Comments
 (0)