Skip to content

Commit

Permalink
node: require 18+
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed May 14, 2024
1 parent a66fbca commit 89a94dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ jobs:
strategy:
matrix:
node-version:
- "10"
- "12"
- "14"
- "18"
- "22"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"*.d.ts"
],
"engines": {
"node": ">= 10"
"node": ">= 18"
}
}

0 comments on commit 89a94dd

Please sign in to comment.