Skip to content

Commit 6b283be

Browse files
authored
Merge pull request #50 from Patternslib/update-engines
maint: Update the compatible node version to the current LTS version.
2 parents c470df7 + 9bdc66e commit 6b283be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '20'
17+
node-version: '22'
1818
cache: 'yarn'
1919
- run: make check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"yarn": "^1.22.22"
3636
},
3737
"engines": {
38-
"node": ">=18.18"
38+
"node": ">=22"
3939
},
4040
"scripts": {
4141
"postinstall": "cd $INIT_CWD && make upgrade || true",

0 commit comments

Comments
 (0)