Skip to content

Commit 7a87d6b

Browse files
authored
chore!: drop v18 (#782)
1 parent a7745da commit 7a87d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ubuntu-latest, macos-latest, windows-latest]
41-
node-version: [18.x, 20.x, 22.x]
41+
node-version: [20.x, 22.x, 23.x]
4242
runs-on: ${{matrix.os}}
4343
steps:
4444
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
Written in TypeScript.
1919

20-
For Node.js 18.x and higher.
20+
For Node.js 20.x and higher.
2121

2222
[MIT Licensed][].
2323

0 commit comments

Comments
 (0)