Skip to content

Commit

Permalink
chore!: drop unmaintained node 16 support (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit authored Oct 13, 2024
1 parent b1cbf04 commit 5e08d7d
Show file tree
Hide file tree
Showing 4 changed files with 2,966 additions and 2,471 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
node-version:
- 16
- 18
- 20
- 22
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "examples",
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.12.1",
"volta": {
"node": "20.18.0",
"pnpm": "8.15.9"
"pnpm": "9.12.1"
},
"scripts": {
"build": "tsc",
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
"name": "tinybench",
"version": "2.9.0",
"type": "module",
"packageManager": "pnpm@8.15.9",
"packageManager": "pnpm@9.12.1",
"volta": {
"node": "20.18.0",
"pnpm": "8.15.9"
"pnpm": "9.12.1"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "tsup --watch",
Expand Down
Loading

0 comments on commit 5e08d7d

Please sign in to comment.