Skip to content

Commit

Permalink
chore: drop Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 22, 2024
1 parent ebe92ba commit 28793de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["14", "16", "18"]
node-version: ["18", "20", "22"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["14", "16", "18"]
node-version: ["18", "20", "22"]
fail-fast: false
env:
comment_file: ".tmp-comment-flamegraph-node${{ matrix.node-version }}.md"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["14.x", "16.x", "18.x"]
node-version: ["18", "20", "22"]
fail-fast: false
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 @@ -91,6 +91,6 @@
"typescript": "^5.3.2"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit 28793de

Please sign in to comment.