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 5d721e5 commit d660df5Copy full SHA for d660df5
2 files changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
- node-version: [20, lts/*, current]
+ node-version: [22.14.0, lts/*, current]
17
18
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}
19
package.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"engines": {
25
- "node": ">=20.0.0"
+ "node": ">=22.14.0"
26
27
"contributors": [
28
{
0 commit comments