Skip to content

Commit 2dfae89

Browse files
committed
maint: Update the compatible node version to the current LTS version.
1 parent 3630a86 commit 2dfae89

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,7 +14,7 @@ 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: |
2020
make install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"/webpack"
6868
],
6969
"engines": {
70-
"node": ">=12.20.0"
70+
"node": ">=22"
7171
},
7272
"browserslist": [
7373
"defaults"

0 commit comments

Comments
 (0)