Skip to content

Commit

Permalink
Drop support for Node v12 + v14 + v16 [major]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Dec 19, 2023
1 parent 0c88d5f commit 2202bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [21, 20, 18, 16, 14, 12]
node-version: [21, 20, 18]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"cover-main": "jest --coverage"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"readmeFilename": "README.md",
"license": "MIT"
Expand Down

0 comments on commit 2202bb5

Please sign in to comment.