Skip to content

Commit

Permalink
Drop support for Node.js <18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Mar 9, 2024
1 parent b36a4d0 commit e90a150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x]
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 @@ -30,7 +30,7 @@
"url": "https://github.com/MetaMask/safe-event-emitter.git"
},
"engines": {
"node": ">=12.0.0"
"node": "^18.18 || >=20"
},
"scripts": {
"prepublishOnly": "yarn build",
Expand Down

0 comments on commit e90a150

Please sign in to comment.