Skip to content

Commit

Permalink
Merge pull request #2065 from openzim/node-version
Browse files Browse the repository at this point in the history
Clarification around Node.js supported versions
  • Loading branch information
kelson42 authored Jul 22, 2024
2 parents 6c919b0 + eef74d3 commit 92b01a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ User Help is available in the for a a
[![NPM](https://nodei.co/npm/mwoffliner.png)](https://www.npmjs.com/package/mwoffliner)

[![npm](https://img.shields.io/npm/v/mwoffliner.svg)](https://www.npmjs.com/package/mwoffliner)
[![node](https://img.shields.io/node/v/mwoffliner.svg)](https://www.npmjs.com/package/mwoffliner)
[![Docker](https://ghcr-badge.deta.dev/openzim/mwoffliner/latest_tag?label=container)](https://ghcr.io/openzim/mwoffliner)
[![Build Status](https://github.com/openzim/mwoffliner/workflows/CI/badge.svg?query=branch%3Amain)](https://github.com/openzim/mwoffliner/actions/workflows/ci.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/openzim/mwoffliner/branch/main/graph/badge.svg)](https://codecov.io/gh/openzim/mwoffliner)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"url": "https://github.com/openzim/mwoffliner/issues"
},
"engines": {
"node": ">=8.12.0"
"node": ">=18.0.0 <19.0.0"
},
"engine-strict": {
"node": ">=8.12.0"
"node": ">=18.0.0 <19.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.374.0",
Expand Down

0 comments on commit 92b01a0

Please sign in to comment.