Skip to content

Commit

Permalink
Merge pull request #28 from jaruba/reduce-node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
1313 authored Mar 4, 2024
2 parents caf7953 + 4130991 commit ab850f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18]
node_version: [12]
fail-fast: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Library for _"unpacking"_ and reading files inside rar archives as node Readable streams.

**Note: Requires node version >= 18.0.0**
**Note: Requires node version >= 12.0.0**

**Note: Decompression is not implemented at the moment**

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "module",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
"node": ">=12"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit ab850f5

Please sign in to comment.