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 c5d2f0f commit 8ec7ed7Copy full SHA for 8ec7ed7
.github/workflows/test.yml
@@ -13,9 +13,9 @@ jobs:
13
strategy:
14
matrix:
15
node_version:
16
- - 18
17
- 20
18
- 22
+ - 24
19
steps:
20
- uses: actions/checkout@v4
21
- name: Use Node.js ${{ matrix.node_version }}
package.json
@@ -82,7 +82,7 @@
82
]
83
},
84
"engines": {
85
- "node": ">= 18"
+ "node": ">= 20"
86
87
"publishConfig": {
88
"provenance": true
0 commit comments