Skip to content

Commit

Permalink
Drop node < 18
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Sep 21, 2024
1 parent fbf11d9 commit d192b22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [18]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 4.0.0

- Require Node 18+

## 3.0.0

- Require node 12+
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/abraham/pkg-ok#readme",
"devDependencies": {
"@types/mock-fs": "^4.0.0",
"@types/node": "^12.0.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
Expand All @@ -62,7 +62,7 @@
"normalize-newline": "^4.0.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^18.0.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit d192b22

Please sign in to comment.