Skip to content

Commit

Permalink
feat!: drop Node.js < 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 31, 2024
1 parent 3415470 commit 203cbe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [14, 16, 18, 20]
node: [16, 18, 20]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outDir": "lib",
"rootDir": "src",
"sourceMap": true,
"target": "ES2020",
"target": "ES2021",
"types": ["node"]
},
"typeRoots": ["node_modules/@types"],
Expand Down

0 comments on commit 203cbe2

Please sign in to comment.