Skip to content

Commit d660df5

Browse files
authored
Fix node requirement in package.json (#140)
1 parent 5d721e5 commit d660df5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
node-version: [20, lts/*, current]
16+
node-version: [22.14.0, lts/*, current]
1717

1818
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"engines": {
25-
"node": ">=20.0.0"
25+
"node": ">=22.14.0"
2626
},
2727
"contributors": [
2828
{

0 commit comments

Comments
 (0)