Skip to content

Commit

Permalink
config: Removing support to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoraele committed Dec 31, 2024
1 parent ef4c745 commit 12f9c3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- "22"
- "20"
- "18"
- "16"
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
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 @@
"url": "https://github.com/leonardoraele/json-rpc-dual-engine"
},
"engines": {
"node": ">=22"
"node": ">=18"
},
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 12f9c3d

Please sign in to comment.