We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7745da commit 7a87d6bCopy full SHA for 7a87d6b
.github/workflows/nodejs.yml
@@ -38,7 +38,7 @@ jobs:
38
fail-fast: false
39
matrix:
40
os: [ubuntu-latest, macos-latest, windows-latest]
41
- node-version: [18.x, 20.x, 22.x]
+ node-version: [20.x, 22.x, 23.x]
42
runs-on: ${{matrix.os}}
43
steps:
44
- uses: actions/checkout@v4
README.md
@@ -17,7 +17,7 @@
17
18
Written in TypeScript.
19
20
-For Node.js 18.x and higher.
+For Node.js 20.x and higher.
21
22
[MIT Licensed][].
23
0 commit comments