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 03cf3d7 commit b2994c7Copy full SHA for b2994c7
.github/workflows/main.yml
@@ -13,11 +13,8 @@ jobs:
13
matrix:
14
node-version:
15
- 24
16
- - 23
17
- 22
18
- - 21
19
- 20
20
- - 18
21
os:
22
- ubuntu-latest
23
steps:
package.json
@@ -81,7 +81,7 @@
81
"eslint": ">=9.0.0"
82
},
83
"engines": {
84
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
+ "node": "^20.19.0 || ^22.13.1 || >=24.0.0"
85
86
"release-it": {
87
"git": {
0 commit comments