We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f76c2d commit 60f6051Copy full SHA for 60f6051
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [18, 20, 22]
+ node-version: [20, 22]
19
steps:
20
- uses: actions/checkout@v4
21
package.json
@@ -11,7 +11,7 @@
11
}
12
},
13
"engines": {
14
- "node": ">=18"
+ "node": ">=20"
"scripts": {
"build": "tsc",
0 commit comments