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 b09b1fa commit 507d6b3Copy full SHA for 507d6b3
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: ['18.x', '20.x', '22.x']
+ node-version: ['20.x', '22.x', '24.x']
14
steps:
15
- name: Check out repository
16
uses: actions/checkout@v4
package.json
@@ -57,7 +57,7 @@
57
"release-it": "^19.0.1"
58
},
59
"engines": {
60
- "node": ">=18"
+ "node": ">=20"
61
62
"publishConfig": {
63
"access": "public"
0 commit comments